Color Hex Logo

#d0dcaa Color Hex

#D0DCAA
(208,220,170)
0 Favorites   0 Comments

Color spaces of #d0dcaa

RGB 208220170
HSL0.210.420.76
HSV74°23°86°
CMYK 0.050.000.23   0.14
XYZ58.861367.498647.9564
Yxy67.49860.33770.3872
Hunter Lab82.1575-15.890422.9019
CIE-Lab85.7551-12.412323.2711

#d0dcaa color RGB value is (208,220,170).

#d0dcaa hex color red value is 208, green value is 220 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d0dcaa hue: 0.21 , saturation: 0.42 and the lightness value of d0dcaa is 0.76.

The process color (four color CMYK) of #d0dcaa color hex is 0.05, 0.00, 0.23, 0.14. Web safe color of #d0dcaa is #cccc99. Color #d0dcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011100 10101010
Octal 320 334 252
Decimal 208 220 170
Hex D0 DC AA

RGB Percentages of Color #d0dcaa

%34.78
%36.79
%28.43

CMYK Percentages of Color #d0dcaa

%5
%0
%23
%14

Triadic Colors of #d0dcaa

#d0dcaa #aad0dc #dcaad0

Analogous Colors of #d0dcaa

#d0dcaa #b7dcaa #dccfaa

Monochromatic Colors of #d0dcaa

#d0dcaa

Complementary Color

#d0dcaa #b6aadc

#d0dcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0dcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0dcaa Color CSS Codes

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

#d0dcaa Text Font Color

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

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


#d0dcaa Background Color

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

This div background color is #d0dcaa


#d0dcaa Border Color

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

This div border color is #d0dcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0dcaa


Comments

No comments written yet.

Please login to write comment.