Color Hex Logo

#d6deab Color Hex

#D6DEAB
(214,222,171)
0 Favorites   0 Comments

Color spaces of #d6deab

RGB 214222171
HSL0.190.440.77
HSV69°23°87°
CMYK 0.040.000.23   0.13
XYZ61.203569.479048.7131
Yxy69.47900.34120.3873
Hunter Lab83.3541-14.804323.6981
CIE-Lab86.7407-11.081024.1742

#d6deab color RGB value is (214,222,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011110 10101011
Octal 326 336 253
Decimal 214 222 171
Hex D6 DE AB

RGB Percentages of Color #d6deab

%35.26
%36.57
%28.17

CMYK Percentages of Color #d6deab

%4
%0
%23
%13

Triadic Colors of #d6deab

#d6deab #abd6de #deabd6

Analogous Colors of #d6deab

#d6deab #bddeab #decdab

Monochromatic Colors of #d6deab

#d6deab

Complementary Color

#d6deab #b3abde

#d6deab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6deab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6deab Color CSS Codes

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

#d6deab Text Font Color

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

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


#d6deab Background Color

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

This div background color is #d6deab


#d6deab Border Color

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

This div border color is #d6deab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6deab


Comments

No comments written yet.

Please login to write comment.