Color Hex Logo

#dcce78 Color Hex

#DCCE78
(220,206,120)
0 Favorites   0 Comments

Color spaces of #dcce78

RGB 220206120
HSL0.140.590.67
HSV52°45°86°
CMYK 0.000.060.45   0.14
XYZ54.976760.714326.5908
Yxy60.71430.38640.4267
Hunter Lab77.9194-10.416734.3102
CIE-Lab82.2249-6.785744.3407

#dcce78 color RGB value is (220,206,120).

#dcce78 hex color red value is 220, green value is 206 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #dcce78 hue: 0.14 , saturation: 0.59 and the lightness value of dcce78 is 0.67.

The process color (four color CMYK) of #dcce78 color hex is 0.00, 0.06, 0.45, 0.14. Web safe color of #dcce78 is #cccc66. Color #dcce78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 01111000
Octal 334 316 170
Decimal 220 206 120
Hex DC CE 78

RGB Percentages of Color #dcce78

%40.29
%37.73
%21.98

CMYK Percentages of Color #dcce78

%0
%6
%45
%14

Triadic Colors of #dcce78

#dcce78 #78dcce #ce78dc

Analogous Colors of #dcce78

#dcce78 #b8dc78 #dc9c78

Monochromatic Colors of #dcce78

#dcce78

Complementary Color

#dcce78 #7886dc

#dcce78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcce78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcce78 Color CSS Codes

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

#dcce78 Text Font Color

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

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


#dcce78 Background Color

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

This div background color is #dcce78


#dcce78 Border Color

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

This div border color is #dcce78


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,206,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 #dcce78">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcce78


Comments

No comments written yet.

Please login to write comment.