Color Hex Logo

#deeabd Color Hex

#DEEABD
(222,234,189)
0 Favorites   0 Comments

Color spaces of #deeabd

RGB 222234189
HSL0.210.520.83
HSV76°19°92°
CMYK 0.050.000.19   0.08
XYZ68.732378.049459.5866
Yxy78.04940.33310.3782
Hunter Lab88.3456-15.732921.8525
CIE-Lab90.8024-11.564320.5511

#deeabd color RGB value is (222,234,189).

#deeabd hex color red value is 222, green value is 234 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #deeabd hue: 0.21 , saturation: 0.52 and the lightness value of deeabd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101010 10111101
Octal 336 352 275
Decimal 222 234 189
Hex DE EA BD

RGB Percentages of Color #deeabd

%34.42
%36.28
%29.30

CMYK Percentages of Color #deeabd

%5
%0
%19
%8

Triadic Colors of #deeabd

#deeabd #bddeea #eabdde

Analogous Colors of #deeabd

#deeabd #c8eabd #eae0bd

Monochromatic Colors of #deeabd

#deeabd

Complementary Color

#deeabd #c9bdea

#deeabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeabd Color CSS Codes

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

#deeabd Text Font Color

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

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


#deeabd Background Color

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

This div background color is #deeabd


#deeabd Border Color

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

This div border color is #deeabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeabd


Comments

No comments written yet.

Please login to write comment.