Color Hex Logo

#dceb78 Color Hex

#DCEB78
(220,235,120)
0 Favorites   0 Comments

Color spaces of #dceb78

RGB 220235120
HSL0.190.740.70
HSV68°49°92°
CMYK 0.060.000.49   0.08
XYZ62.613775.988429.1364
Yxy75.98840.37330.4530
Hunter Lab87.1713-24.336341.2027
CIE-Lab89.8540-21.209253.6259

#dceb78 color RGB value is (220,235,120).

#dceb78 hex color red value is 220, green value is 235 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #dceb78 hue: 0.19 , saturation: 0.74 and the lightness value of dceb78 is 0.70.

The process color (four color CMYK) of #dceb78 color hex is 0.06, 0.00, 0.49, 0.08. Web safe color of #dceb78 is #ccff66. Color #dceb78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 01111000
Octal 334 353 170
Decimal 220 235 120
Hex DC EB 78

RGB Percentages of Color #dceb78

%38.26
%40.87
%20.87

CMYK Percentages of Color #dceb78

%6
%0
%49
%8

Triadic Colors of #dceb78

#dceb78 #78dceb #eb78dc

Analogous Colors of #dceb78

#dceb78 #a3eb78 #ebc178

Monochromatic Colors of #dceb78

#dceb78

Complementary Color

#dceb78 #8778eb

#dceb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceb78 Color CSS Codes

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

#dceb78 Text Font Color

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

This sample text font color is #dceb78
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.


#dceb78 Background Color

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

This div background color is #dceb78


#dceb78 Border Color

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

This div border color is #dceb78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceb78


Comments

No comments written yet.

Please login to write comment.