Color Hex Logo

#defe51 Color Hex

#DEFE51
(222,254,81)
0 Favorites   0 Comments

Color spaces of #defe51

RGB 22225481
HSL0.200.990.66
HSV71°68°100°
CMYK 0.130.000.68   0.00
XYZ67.051287.007321.0447
Yxy87.00730.38290.4969
Hunter Lab93.2777-34.924151.9178
CIE-Lab94.7414-32.231775.2980

#defe51 color RGB value is (222,254,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111110 01010001
Octal 336 376 121
Decimal 222 254 81
Hex DE FE 51

RGB Percentages of Color #defe51

%39.86
%45.60
%14.54

CMYK Percentages of Color #defe51

%13
%0
%68
%0

Triadic Colors of #defe51

#defe51 #51defe #fe51de

Analogous Colors of #defe51

#defe51 #88fe51 #fec851

Monochromatic Colors of #defe51

#defe51

Complementary Color

#defe51 #7151fe

#defe51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defe51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defe51 Color CSS Codes

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

#defe51 Text Font Color

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

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


#defe51 Background Color

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

This div background color is #defe51


#defe51 Border Color

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

This div border color is #defe51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defe51

Related Colors


Comments

No comments written yet.

Please login to write comment.