Color Hex Logo

#d7deaf Color Hex

#D7DEAF
(215,222,175)
0 Favorites   0 Comments

Color spaces of #d7deaf

RGB 215222175
HSL0.190.420.78
HSV69°21°87°
CMYK 0.030.000.21   0.13
XYZ61.883569.784850.7656
Yxy69.78480.33920.3825
Hunter Lab83.5373-13.959522.4456
CIE-Lab86.8912-10.136622.3148

#d7deaf color RGB value is (215,222,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011110 10101111
Octal 327 336 257
Decimal 215 222 175
Hex D7 DE AF

RGB Percentages of Color #d7deaf

%35.13
%36.27
%28.59

CMYK Percentages of Color #d7deaf

%3
%0
%21
%13

Triadic Colors of #d7deaf

#d7deaf #afd7de #deafd7

Analogous Colors of #d7deaf

#d7deaf #c0deaf #deceaf

Monochromatic Colors of #d7deaf

#d7deaf

Complementary Color

#d7deaf #b6afde

#d7deaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7deaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7deaf Color CSS Codes

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

#d7deaf Text Font Color

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

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


#d7deaf Background Color

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

This div background color is #d7deaf


#d7deaf Border Color

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

This div border color is #d7deaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,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 #d7deaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7deaf


Comments

No comments written yet.

Please login to write comment.