Color Hex Logo

#defabe Color Hex

#DEFABE
(222,250,190)
0 Favorites   0 Comments

Color spaces of #defabe

RGB 222250190
HSL0.240.860.86
HSV88°24°98°
CMYK 0.110.000.24   0.02
XYZ73.604187.618561.7479
Yxy87.61850.33010.3930
Hunter Lab93.6048-23.448726.4117
CIE-Lab95.0001-19.295125.8339

#defabe color RGB value is (222,250,190).

#defabe hex color red value is 222, green value is 250 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #defabe hue: 0.24 , saturation: 0.86 and the lightness value of defabe is 0.86.

The process color (four color CMYK) of #defabe color hex is 0.11, 0.00, 0.24, 0.02. Web safe color of #defabe is #ccffcc. Color #defabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111010 10111110
Octal 336 372 276
Decimal 222 250 190
Hex DE FA BE

RGB Percentages of Color #defabe

%33.53
%37.76
%28.70

CMYK Percentages of Color #defabe

%11
%0
%24
%2

Triadic Colors of #defabe

#defabe #bedefa #fabede

Analogous Colors of #defabe

#defabe #c0fabe #faf8be

Monochromatic Colors of #defabe

#defabe

Complementary Color

#defabe #dabefa

#defabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#defabe Color CSS Codes

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

#defabe Text Font Color

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

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


#defabe Background Color

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

This div background color is #defabe


#defabe Border Color

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

This div border color is #defabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defabe


Comments

No comments written yet.

Please login to write comment.