Color Hex Logo

#deef72 Color Hex

#DEEF72
(222,239,114)
0 Favorites   0 Comments

Color spaces of #deef72

RGB 222239114
HSL0.190.800.69
HSV68°52°94°
CMYK 0.070.000.52   0.06
XYZ64.028078.477527.6926
Yxy78.47750.37620.4611
Hunter Lab88.5875-26.014543.4771
CIE-Lab90.9974-22.886457.7623

#deef72 color RGB value is (222,239,114).

#deef72 hex color red value is 222, green value is 239 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #deef72 hue: 0.19 , saturation: 0.80 and the lightness value of deef72 is 0.69.

The process color (four color CMYK) of #deef72 color hex is 0.07, 0.00, 0.52, 0.06. Web safe color of #deef72 is #ccff66. Color #deef72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101111 01110010
Octal 336 357 162
Decimal 222 239 114
Hex DE EF 72

RGB Percentages of Color #deef72

%38.61
%41.57
%19.83

CMYK Percentages of Color #deef72

%7
%0
%52
%6

Triadic Colors of #deef72

#deef72 #72deef #ef72de

Analogous Colors of #deef72

#deef72 #a0ef72 #efc272

Monochromatic Colors of #deef72

#deef72

Complementary Color

#deef72 #8372ef

#deef72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deef72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deef72 Color CSS Codes

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

#deef72 Text Font Color

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

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


#deef72 Background Color

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

This div background color is #deef72


#deef72 Border Color

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

This div border color is #deef72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deef72


Comments

No comments written yet.

Please login to write comment.