Color Hex Logo

#defb97 Color Hex

#DEFB97
(222,251,151)
0 Favorites   0 Comments

Color spaces of #defb97

RGB 222251151
HSL0.220.930.79
HSV77°40°98°
CMYK 0.120.000.40   0.02
XYZ70.207386.758342.3239
Yxy86.75830.35230.4353
Hunter Lab93.1441-28.458038.2600
CIE-Lab94.6356-24.899044.7895

#defb97 color RGB value is (222,251,151).

#defb97 hex color red value is 222, green value is 251 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #defb97 hue: 0.22 , saturation: 0.93 and the lightness value of defb97 is 0.79.

The process color (four color CMYK) of #defb97 color hex is 0.12, 0.00, 0.40, 0.02. Web safe color of #defb97 is #ccff99. Color #defb97 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111011 10010111
Octal 336 373 227
Decimal 222 251 151
Hex DE FB 97

RGB Percentages of Color #defb97

%35.58
%40.22
%24.20

CMYK Percentages of Color #defb97

%12
%0
%40
%2

Triadic Colors of #defb97

#defb97 #97defb #fb97de

Analogous Colors of #defb97

#defb97 #acfb97 #fbe697

Monochromatic Colors of #defb97

#defb97

Complementary Color

#defb97 #b497fb

#defb97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defb97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defb97 Color CSS Codes

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

#defb97 Text Font Color

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

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


#defb97 Background Color

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

This div background color is #defb97


#defb97 Border Color

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

This div border color is #defb97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defb97


Comments

No comments written yet.

Please login to write comment.