Color Hex Logo

#d6deaf Color Hex

#D6DEAF
(214,222,175)
0 Favorites   0 Comments

Color spaces of #d6deaf

RGB 214222175
HSL0.200.420.78
HSV70°21°87°
CMYK 0.040.000.21   0.13
XYZ61.590769.633850.7519
Yxy69.63380.33850.3827
Hunter Lab83.4469-14.284222.3530
CIE-Lab86.8169-10.501022.2007

#d6deaf color RGB value is (214,222,175).

#d6deaf hex color red value is 214, green value is 222 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d6deaf hue: 0.20 , saturation: 0.42 and the lightness value of d6deaf is 0.78.

The process color (four color CMYK) of #d6deaf color hex is 0.04, 0.00, 0.21, 0.13. Web safe color of #d6deaf is #cccc99. Color #d6deaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011110 10101111
Octal 326 336 257
Decimal 214 222 175
Hex D6 DE AF

RGB Percentages of Color #d6deaf

%35.02
%36.33
%28.64

CMYK Percentages of Color #d6deaf

%4
%0
%21
%13

Triadic Colors of #d6deaf

#d6deaf #afd6de #deafd6

Analogous Colors of #d6deaf

#d6deaf #bfdeaf #decfaf

Monochromatic Colors of #d6deaf

#d6deaf

Complementary Color

#d6deaf #b7afde

#d6deaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6deaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6deaf Color CSS Codes

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

#d6deaf Text Font Color

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

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


#d6deaf Background Color

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

This div background color is #d6deaf


#d6deaf Border Color

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

This div border color is #d6deaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6deaf


Comments

No comments written yet.

Please login to write comment.