Color Hex Logo

#def096 Color Hex

#DEF096
(222,240,150)
0 Favorites   0 Comments

Color spaces of #def096

RGB 222240150
HSL0.200.750.76
HSV72°38°94°
CMYK 0.080.000.38   0.06
XYZ66.789380.051840.7855
Yxy80.05180.35600.4267
Hunter Lab89.4717-23.327835.6029
CIE-Lab91.7081-19.737541.5324

#def096 color RGB value is (222,240,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110000 10010110
Octal 336 360 226
Decimal 222 240 150
Hex DE F0 96

RGB Percentages of Color #def096

%36.27
%39.22
%24.51

CMYK Percentages of Color #def096

%8
%0
%38
%6

Triadic Colors of #def096

#def096 #96def0 #f096de

Analogous Colors of #def096

#def096 #b1f096 #f0d596

Monochromatic Colors of #def096

#def096

Complementary Color

#def096 #a896f0

#def096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def096 Color CSS Codes

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

#def096 Text Font Color

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

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


#def096 Background Color

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

This div background color is #def096


#def096 Border Color

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

This div border color is #def096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def096


Comments

No comments written yet.

Please login to write comment.