Color Hex Logo

#deedab Color Hex

#DEEDAB
(222,237,171)
0 Favorites   0 Comments

Color spaces of #deedab

RGB 222237171
HSL0.200.650.80
HSV74°28°93°
CMYK 0.060.000.28   0.07
XYZ67.759179.038250.2127
Yxy79.03820.34390.4012
Hunter Lab88.9034-19.534528.7454
CIE-Lab91.2516-15.628530.3978

#deedab color RGB value is (222,237,171).

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

The process color (four color CMYK) of #deedab color hex is 0.06, 0.00, 0.28, 0.07. Web safe color of #deedab is #ccff99. Color #deedab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101101 10101011
Octal 336 355 253
Decimal 222 237 171
Hex DE ED AB

RGB Percentages of Color #deedab

%35.24
%37.62
%27.14

CMYK Percentages of Color #deedab

%6
%0
%28
%7

Triadic Colors of #deedab

#deedab #abdeed #edabde

Analogous Colors of #deedab

#deedab #bdedab #eddbab

Monochromatic Colors of #deedab

#deedab

Complementary Color

#deedab #baabed

#deedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#deedab Color CSS Codes

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

#deedab Text Font Color

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

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


#deedab Background Color

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

This div background color is #deedab


#deedab Border Color

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

This div border color is #deedab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deedab


Comments

No comments written yet.

Please login to write comment.