Color Hex Logo

#defe72 Color Hex

#DEFE72
(222,254,114)
0 Favorites   0 Comments

Color spaces of #defe72

RGB 222254114
HSL0.200.990.72
HSV74°55°100°
CMYK 0.130.000.55   0.00
XYZ68.603387.628129.2177
Yxy87.62810.36990.4725
Hunter Lab93.6099-33.001147.0212
CIE-Lab95.0041-29.956062.3858

#defe72 color RGB value is (222,254,114).

#defe72 hex color red value is 222, green value is 254 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #defe72 hue: 0.20 , saturation: 0.99 and the lightness value of defe72 is 0.72.

The process color (four color CMYK) of #defe72 color hex is 0.13, 0.00, 0.55, 0.00. Web safe color of #defe72 is #ccff66. Color #defe72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111110 01110010
Octal 336 376 162
Decimal 222 254 114
Hex DE FE 72

RGB Percentages of Color #defe72

%37.63
%43.05
%19.32

CMYK Percentages of Color #defe72

%13
%0
%55
%0

Triadic Colors of #defe72

#defe72 #72defe #fe72de

Analogous Colors of #defe72

#defe72 #98fe72 #fed872

Monochromatic Colors of #defe72

#defe72

Complementary Color

#defe72 #9272fe

#defe72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defe72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defe72 Color CSS Codes

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

#defe72 Text Font Color

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

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


#defe72 Background Color

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

This div background color is #defe72


#defe72 Border Color

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

This div border color is #defe72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defe72

Related Colors


Comments

No comments written yet.

Please login to write comment.