Color Hex Logo

#def296 Color Hex

#DEF296
(222,242,150)
0 Favorites   0 Comments

Color spaces of #def296

RGB 222242150
HSL0.200.780.77
HSV73°38°95°
CMYK 0.080.000.38   0.05
XYZ67.381481.235940.9829
Yxy81.23590.35540.4285
Hunter Lab90.1310-24.283636.1323
CIE-Lab92.2366-20.705642.2113

#def296 color RGB value is (222,242,150).

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

The process color (four color CMYK) of #def296 color hex is 0.08, 0.00, 0.38, 0.05. Web safe color of #def296 is #ccff99. Color #def296 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110010 10010110
Octal 336 362 226
Decimal 222 242 150
Hex DE F2 96

RGB Percentages of Color #def296

%36.16
%39.41
%24.43

CMYK Percentages of Color #def296

%8
%0
%38
%5

Triadic Colors of #def296

#def296 #96def2 #f296de

Analogous Colors of #def296

#def296 #b0f296 #f2d896

Monochromatic Colors of #def296

#def296

Complementary Color

#def296 #aa96f2

#def296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def296 Color CSS Codes

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

#def296 Text Font Color

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

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


#def296 Background Color

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

This div background color is #def296


#def296 Border Color

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

This div border color is #def296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def296


Comments

No comments written yet.

Please login to write comment.