Color Hex Logo

#dccf9e Color Hex

#DCCF9E
(220,207,158)
0 Favorites   0 Comments

Color spaces of #dccf9e

RGB 220207158
HSL0.130.470.74
HSV47°28°86°
CMYK 0.000.060.28   0.14
XYZ57.999662.309941.3179
Yxy62.30990.35880.3855
Hunter Lab78.9366-6.984124.2214
CIE-Lab83.0779-2.962826.0282

#dccf9e color RGB value is (220,207,158).

#dccf9e hex color red value is 220, green value is 207 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #dccf9e hue: 0.13 , saturation: 0.47 and the lightness value of dccf9e is 0.74.

The process color (four color CMYK) of #dccf9e color hex is 0.00, 0.06, 0.28, 0.14. Web safe color of #dccf9e is #cccc99. Color #dccf9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001111 10011110
Octal 334 317 236
Decimal 220 207 158
Hex DC CF 9E

RGB Percentages of Color #dccf9e

%37.61
%35.38
%27.01

CMYK Percentages of Color #dccf9e

%0
%6
%28
%14

Triadic Colors of #dccf9e

#dccf9e #9edccf #cf9edc

Analogous Colors of #dccf9e

#dccf9e #cadc9e #dcb09e

Monochromatic Colors of #dccf9e

#dccf9e

Complementary Color

#dccf9e #9eabdc

#dccf9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccf9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccf9e Color CSS Codes

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

#dccf9e Text Font Color

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

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


#dccf9e Background Color

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

This div background color is #dccf9e


#dccf9e Border Color

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

This div border color is #dccf9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccf9e


Comments

No comments written yet.

Please login to write comment.