Color Hex Logo

#deeab4 Color Hex

#DEEAB4
(222,234,180)
0 Favorites   0 Comments

Color spaces of #deeab4

RGB 222234180
HSL0.200.560.81
HSV73°23°92°
CMYK 0.050.000.23   0.08
XYZ67.785277.670554.5993
Yxy77.67050.33880.3882
Hunter Lab88.1309-16.937124.9600
CIE-Lab90.6293-12.889124.9503

#deeab4 color RGB value is (222,234,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101010 10110100
Octal 336 352 264
Decimal 222 234 180
Hex DE EA B4

RGB Percentages of Color #deeab4

%34.91
%36.79
%28.30

CMYK Percentages of Color #deeab4

%5
%0
%23
%8

Triadic Colors of #deeab4

#deeab4 #b4deea #eab4de

Analogous Colors of #deeab4

#deeab4 #c3eab4 #eadbb4

Monochromatic Colors of #deeab4

#deeab4

Complementary Color

#deeab4 #c0b4ea

#deeab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeab4 Color CSS Codes

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

#deeab4 Text Font Color

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

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


#deeab4 Background Color

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

This div background color is #deeab4


#deeab4 Border Color

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

This div border color is #deeab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeab4


Comments

No comments written yet.

Please login to write comment.