Color Hex Logo

#defe47 Color Hex

#DEFE47
(222,254,71)
0 Favorites   0 Comments

Color spaces of #defe47

RGB 22225471
HSL0.200.990.64
HSV70°72°100°
CMYK 0.130.000.72   0.00
XYZ66.703386.868119.2128
Yxy86.86810.38600.5028
Hunter Lab93.2031-35.357053.0201
CIE-Lab94.6823-32.748178.6537

#defe47 color RGB value is (222,254,71).

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

The process color (four color CMYK) of #defe47 color hex is 0.13, 0.00, 0.72, 0.00. Web safe color of #defe47 is #ccff33. Color #defe47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111110 01000111
Octal 336 376 107
Decimal 222 254 71
Hex DE FE 47

RGB Percentages of Color #defe47

%40.59
%46.44
%12.98

CMYK Percentages of Color #defe47

%13
%0
%72
%0

Triadic Colors of #defe47

#defe47 #47defe #fe47de

Analogous Colors of #defe47

#defe47 #83fe47 #fec347

Monochromatic Colors of #defe47

#defe47

Complementary Color

#defe47 #6747fe

#defe47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defe47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defe47 Color CSS Codes

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

#defe47 Text Font Color

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

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


#defe47 Background Color

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

This div background color is #defe47


#defe47 Border Color

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

This div border color is #defe47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defe47

Related Colors

#defe47 Color Palettes


Comments

No comments written yet.

Please login to write comment.