Color Hex Logo

#deea72 Color Hex

#DEEA72
(222,234,114)
0 Favorites   0 Comments

Color spaces of #deea72

RGB 222234114
HSL0.180.740.68
HSV66°51°92°
CMYK 0.050.000.51   0.08
XYZ62.584375.590127.2114
Yxy75.59010.37840.4571
Hunter Lab86.9426-23.659042.3031
CIE-Lab89.6687-20.478756.2097

#deea72 color RGB value is (222,234,114).

#deea72 hex color red value is 222, green value is 234 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #deea72 hue: 0.18 , saturation: 0.74 and the lightness value of deea72 is 0.68.

The process color (four color CMYK) of #deea72 color hex is 0.05, 0.00, 0.51, 0.08. Web safe color of #deea72 is #ccff66. Color #deea72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101010 01110010
Octal 336 352 162
Decimal 222 234 114
Hex DE EA 72

RGB Percentages of Color #deea72

%38.95
%41.05
%20.00

CMYK Percentages of Color #deea72

%5
%0
%51
%8

Triadic Colors of #deea72

#deea72 #72deea #ea72de

Analogous Colors of #deea72

#deea72 #a2ea72 #eaba72

Monochromatic Colors of #deea72

#deea72

Complementary Color

#deea72 #7e72ea

#deea72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deea72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deea72 Color CSS Codes

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

#deea72 Text Font Color

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

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


#deea72 Background Color

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

This div background color is #deea72


#deea72 Border Color

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

This div border color is #deea72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deea72


Comments

No comments written yet.

Please login to write comment.