Color Hex Logo

#d4deab Color Hex

#D4DEAB
(212,222,171)
0 Favorites   0 Comments

Color spaces of #d4deab

RGB 212222171
HSL0.200.440.77
HSV72°23°87°
CMYK 0.050.000.23   0.13
XYZ60.623369.179948.6859
Yxy69.17990.33960.3876
Hunter Lab83.1745-15.452123.5169
CIE-Lab86.5931-11.813323.9481

#d4deab color RGB value is (212,222,171).

#d4deab hex color red value is 212, green value is 222 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d4deab hue: 0.20 , saturation: 0.44 and the lightness value of d4deab is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011110 10101011
Octal 324 336 253
Decimal 212 222 171
Hex D4 DE AB

RGB Percentages of Color #d4deab

%35.04
%36.69
%28.26

CMYK Percentages of Color #d4deab

%5
%0
%23
%13

Triadic Colors of #d4deab

#d4deab #abd4de #deabd4

Analogous Colors of #d4deab

#d4deab #bbdeab #decfab

Monochromatic Colors of #d4deab

#d4deab

Complementary Color

#d4deab #b5abde

#d4deab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4deab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4deab Color CSS Codes

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

#d4deab Text Font Color

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

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


#d4deab Background Color

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

This div background color is #d4deab


#d4deab Border Color

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

This div border color is #d4deab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4deab


Comments

No comments written yet.

Please login to write comment.