Color Hex Logo

#deefbd Color Hex

#DEEFBD
(222,239,189)
0 Favorites   0 Comments

Color spaces of #deefbd

RGB 222239189
HSL0.220.610.84
HSV80°21°94°
CMYK 0.070.000.21   0.06
XYZ70.176080.936760.0678
Yxy80.93670.33230.3833
Hunter Lab89.9648-18.201623.3886
CIE-Lab92.1035-14.051922.3551

#deefbd color RGB value is (222,239,189).

#deefbd hex color red value is 222, green value is 239 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #deefbd hue: 0.22 , saturation: 0.61 and the lightness value of deefbd is 0.84.

The process color (four color CMYK) of #deefbd color hex is 0.07, 0.00, 0.21, 0.06. Web safe color of #deefbd is #ccffcc. Color #deefbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101111 10111101
Octal 336 357 275
Decimal 222 239 189
Hex DE EF BD

RGB Percentages of Color #deefbd

%34.15
%36.77
%29.08

CMYK Percentages of Color #deefbd

%7
%0
%21
%6

Triadic Colors of #deefbd

#deefbd #bddeef #efbdde

Analogous Colors of #deefbd

#deefbd #c5efbd #efe7bd

Monochromatic Colors of #deefbd

#deefbd

Complementary Color

#deefbd #cebdef

#deefbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deefbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#deefbd Color CSS Codes

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

#deefbd Text Font Color

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

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


#deefbd Background Color

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

This div background color is #deefbd


#deefbd Border Color

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

This div border color is #deefbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deefbd


Comments

No comments written yet.

Please login to write comment.