Color Hex Logo

#d4ddca Color Hex

#D4DDCA
(212,221,202)
0 Favorites   0 Comments

Color spaces of #d4ddca

RGB 212221202
HSL0.250.220.83
HSV88°87°
CMYK 0.040.000.09   0.13
XYZ63.668569.974266.0278
Yxy69.97420.31890.3504
Hunter Lab83.6506-10.527811.7561
CIE-Lab86.9842-6.41028.2738

#d4ddca color RGB value is (212,221,202).

#d4ddca hex color red value is 212, green value is 221 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d4ddca hue: 0.25 , saturation: 0.22 and the lightness value of d4ddca is 0.83.

The process color (four color CMYK) of #d4ddca color hex is 0.04, 0.00, 0.09, 0.13. Web safe color of #d4ddca is #cccccc. Color #d4ddca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011101 11001010
Octal 324 335 312
Decimal 212 221 202
Hex D4 DD CA

RGB Percentages of Color #d4ddca

%33.39
%34.80
%31.81

CMYK Percentages of Color #d4ddca

%4
%0
%9
%13

Triadic Colors of #d4ddca

#d4ddca #cad4dd #ddcad4

Analogous Colors of #d4ddca

#d4ddca #cbddca #ddddca

Monochromatic Colors of #d4ddca

#d4ddca

Complementary Color

#d4ddca #d3cadd

#d4ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ddca Color CSS Codes

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

#d4ddca Text Font Color

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

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


#d4ddca Background Color

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

This div background color is #d4ddca


#d4ddca Border Color

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

This div border color is #d4ddca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,221,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4ddca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4ddca;
  -webkit-box-shadow: 1px 1px 3px 2px #d4ddca;
  box-shadow:         1px 1px 3px 2px #d4ddca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,221,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ddca


Comments

No comments written yet.

Please login to write comment.