Color Hex Logo

#deeab5 Color Hex

#DEEAB5
(222,234,181)
0 Favorites   0 Comments

Color spaces of #deeab5

RGB 222234181
HSL0.200.560.81
HSV74°23°92°
CMYK 0.050.000.23   0.08
XYZ67.887577.711455.1378
Yxy77.71140.33820.3871
Hunter Lab88.1541-16.806724.6237
CIE-Lab90.6480-12.745124.4619

#deeab5 color RGB value is (222,234,181).

#deeab5 hex color red value is 222, green value is 234 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #deeab5 hue: 0.20 , saturation: 0.56 and the lightness value of deeab5 is 0.81.

The process color (four color CMYK) of #deeab5 color hex is 0.05, 0.00, 0.23, 0.08. Web safe color of #deeab5 is #ccffcc. Color #deeab5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101010 10110101
Octal 336 352 265
Decimal 222 234 181
Hex DE EA B5

RGB Percentages of Color #deeab5

%34.85
%36.73
%28.41

CMYK Percentages of Color #deeab5

%5
%0
%23
%8

Triadic Colors of #deeab5

#deeab5 #b5deea #eab5de

Analogous Colors of #deeab5

#deeab5 #c4eab5 #eadcb5

Monochromatic Colors of #deeab5

#deeab5

Complementary Color

#deeab5 #c1b5ea

#deeab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeab5 Color CSS Codes

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

#deeab5 Text Font Color

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

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


#deeab5 Background Color

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

This div background color is #deeab5


#deeab5 Border Color

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

This div border color is #deeab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeab5


Comments

No comments written yet.

Please login to write comment.