Color Hex Logo

#def996 Color Hex

#DEF996
(222,249,150)
0 Favorites   0 Comments

Color spaces of #def996

RGB 222249150
HSL0.210.890.78
HSV76°40°98°
CMYK 0.110.000.40   0.02
XYZ69.504985.483041.6907
Yxy85.48300.35340.4346
Hunter Lab92.4570-27.611837.9849
CIE-Lab94.0909-24.063244.5818

#def996 color RGB value is (222,249,150).

#def996 hex color red value is 222, green value is 249 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #def996 hue: 0.21 , saturation: 0.89 and the lightness value of def996 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111001 10010110
Octal 336 371 226
Decimal 222 249 150
Hex DE F9 96

RGB Percentages of Color #def996

%35.75
%40.10
%24.15

CMYK Percentages of Color #def996

%11
%0
%40
%2

Triadic Colors of #def996

#def996 #96def9 #f996de

Analogous Colors of #def996

#def996 #adf996 #f9e396

Monochromatic Colors of #def996

#def996

Complementary Color

#def996 #b196f9

#def996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def996 Color CSS Codes

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

#def996 Text Font Color

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

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


#def996 Background Color

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

This div background color is #def996


#def996 Border Color

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

This div border color is #def996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def996


Comments

No comments written yet.

Please login to write comment.