Color Hex Logo

#deefab Color Hex

#DEEFAB
(222,239,171)
0 Favorites   0 Comments

Color spaces of #deefab

RGB 222239171
HSL0.210.680.80
HSV75°28°94°
CMYK 0.070.000.28   0.06
XYZ68.341480.202950.4068
Yxy80.20290.34350.4031
Hunter Lab89.5561-20.507529.3178
CIE-Lab91.7758-16.612431.1028

#deefab color RGB value is (222,239,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101111 10101011
Octal 336 357 253
Decimal 222 239 171
Hex DE EF AB

RGB Percentages of Color #deefab

%35.13
%37.82
%27.06

CMYK Percentages of Color #deefab

%7
%0
%28
%6

Triadic Colors of #deefab

#deefab #abdeef #efabde

Analogous Colors of #deefab

#deefab #bcefab #efdeab

Monochromatic Colors of #deefab

#deefab

Complementary Color

#deefab #bcabef

#deefab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deefab Color Preview on White Background

Lorem ipsum dolor sit amet.

#deefab Color CSS Codes

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

#deefab Text Font Color

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

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


#deefab Background Color

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

This div background color is #deefab


#deefab Border Color

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

This div border color is #deefab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deefab

Related Colors


Comments

No comments written yet.

Please login to write comment.