Color Hex Logo

#def99f Color Hex

#DEF99F
(222,249,159)
0 Favorites   0 Comments

Color spaces of #def99f

RGB 222249159
HSL0.220.880.80
HSV78°36°98°
CMYK 0.110.000.36   0.02
XYZ70.257985.784245.6559
Yxy85.78420.34830.4253
Hunter Lab92.6198-26.681135.6075
CIE-Lab94.2200-22.999040.3389

#def99f color RGB value is (222,249,159).

#def99f hex color red value is 222, green value is 249 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #def99f hue: 0.22 , saturation: 0.88 and the lightness value of def99f is 0.80.

The process color (four color CMYK) of #def99f color hex is 0.11, 0.00, 0.36, 0.02. Web safe color of #def99f is #ccff99. Color #def99f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111001 10011111
Octal 336 371 237
Decimal 222 249 159
Hex DE F9 9F

RGB Percentages of Color #def99f

%35.24
%39.52
%25.24

CMYK Percentages of Color #def99f

%11
%0
%36
%2

Triadic Colors of #def99f

#def99f #9fdef9 #f99fde

Analogous Colors of #def99f

#def99f #b1f99f #f9e79f

Monochromatic Colors of #def99f

#def99f

Complementary Color

#def99f #ba9ff9

#def99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#def99f Color CSS Codes

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

#def99f Text Font Color

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

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


#def99f Background Color

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

This div background color is #def99f


#def99f Border Color

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

This div border color is #def99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def99f


Comments

No comments written yet.

Please login to write comment.