Color Hex Logo

#defe70 Color Hex

#DEFE70
(222,254,112)
0 Favorites   0 Comments

Color spaces of #defe70

RGB 222254112
HSL0.200.990.72
HSV74°56°100°
CMYK 0.130.000.56   0.00
XYZ68.490687.583128.6246
Yxy87.58310.37080.4742
Hunter Lab93.5858-33.140447.3754
CIE-Lab94.9851-30.119863.2318

#defe70 color RGB value is (222,254,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111110 01110000
Octal 336 376 160
Decimal 222 254 112
Hex DE FE 70

RGB Percentages of Color #defe70

%37.76
%43.20
%19.05

CMYK Percentages of Color #defe70

%13
%0
%56
%0

Triadic Colors of #defe70

#defe70 #70defe #fe70de

Analogous Colors of #defe70

#defe70 #97fe70 #fed770

Monochromatic Colors of #defe70

#defe70

Complementary Color

#defe70 #9070fe

#defe70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defe70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defe70 Color CSS Codes

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

#defe70 Text Font Color

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

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


#defe70 Background Color

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

This div background color is #defe70


#defe70 Border Color

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

This div border color is #defe70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defe70

Related Colors


Comments

No comments written yet.

Please login to write comment.