color codes Logo

#dbeb3c color codes

#DBEB3C
(219,235,60)
0 Favorites   0 Comments

Color spaces of #dbeb3c

RGB 21923560
HSL0.180.810.58
HSV65°74°92°
CMYK 0.070.000.74   0.08
XYZ59.737474.803015.5649
Yxy74.80300.39800.4983
Hunter Lab86.4887-28.066149.8720
CIE-Lab89.3006-25.590776.9784

#dbeb3c color RGB value is (219,235,60).

#dbeb3c hex color red value is 219, green value is 235 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #dbeb3c hue: 0.18 , saturation: 0.81 and the lightness value of dbeb3c is 0.58.

The process color (four color CMYK) of #dbeb3c color code is 0.07, 0.00, 0.74, 0.08. Web safe color of #dbeb3c is #ccff33. Color #dbeb3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 00111100
Octal 333 353 74
Decimal 219 235 60
Hex DB EB 3C

RGB Percentages of Color #dbeb3c

%42.61
%45.72
%11.67

CMYK Percentages of Color #dbeb3c

%7
%0
%74
%8

Triadic Colors of #dbeb3c

#dbeb3c #3cdbeb #eb3cdb

Analogous Colors of #dbeb3c

#dbeb3c #84eb3c #eba43c

Monochromatic Colors of #dbeb3c

#dbeb3c

Complementary Color

#dbeb3c #4c3ceb

#dbeb3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeb3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeb3c Color CSS Codes

.mybgcolor {background-color:#dbeb3c; } 
.myforecolor {color:#dbeb3c; }
.mybordercolor {border:3px solid #dbeb3c; }

#dbeb3c Text Font Color

<p style="color:#dbeb3c">Text here</p>

This sample text font color is #dbeb3c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbeb3c Background Color

<div style="background-color:#dbeb3c">
Div content here</div>

This div background color is #dbeb3c


#dbeb3c Border Color

<div style="border:3px solid #dbeb3c">
Div here</div>

This div border color is #dbeb3c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,235,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbeb3c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbeb3c;
  -webkit-box-shadow: 1px 1px 3px 2px #dbeb3c;
  box-shadow:         1px 1px 3px 2px #dbeb3c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,235,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbeb3c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbeb3c;
  -webkit-box-shadow: 1px 1px 3px 2px #dbeb3c;
  box-shadow:         1px 1px 3px 2px #dbeb3c;">
Div content here</div>

This div box has shadow with color #dbeb3c


Comments

No comments written yet.

Please login to write comment.