Color Hex Logo

#def396 Color Hex

#DEF396
(222,243,150)
0 Favorites   0 Comments

Color spaces of #def396

RGB 222243150
HSL0.200.790.77
HSV74°38°95°
CMYK 0.090.000.38   0.05
XYZ67.679881.832841.0824
Yxy81.83280.35510.4294
Hunter Lab90.4615-24.760836.3969
CIE-Lab92.5010-21.188342.5505

#def396 color RGB value is (222,243,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110011 10010110
Octal 336 363 226
Decimal 222 243 150
Hex DE F3 96

RGB Percentages of Color #def396

%36.10
%39.51
%24.39

CMYK Percentages of Color #def396

%9
%0
%38
%5

Triadic Colors of #def396

#def396 #96def3 #f396de

Analogous Colors of #def396

#def396 #b0f396 #f3da96

Monochromatic Colors of #def396

#def396

Complementary Color

#def396 #ab96f3

#def396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def396 Color CSS Codes

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

#def396 Text Font Color

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

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


#def396 Background Color

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

This div background color is #def396


#def396 Border Color

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

This div border color is #def396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def396


Comments

No comments written yet.

Please login to write comment.