Color Hex Logo

#defe40 Color Hex

#DEFE40
(222,254,64)
0 Favorites   0 Comments

Color spaces of #defe40

RGB 22225464
HSL0.190.990.62
HSV70°75°100°
CMYK 0.130.000.75   0.00
XYZ66.491486.783418.0969
Yxy86.78340.38800.5064
Hunter Lab93.1576-35.621153.6926
CIE-Lab94.6463-33.064080.8070

#defe40 color RGB value is (222,254,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111110 01000000
Octal 336 376 100
Decimal 222 254 64
Hex DE FE 40

RGB Percentages of Color #defe40

%41.11
%47.04
%11.85

CMYK Percentages of Color #defe40

%13
%0
%75
%0

Triadic Colors of #defe40

#defe40 #40defe #fe40de

Analogous Colors of #defe40

#defe40 #7ffe40 #febf40

Monochromatic Colors of #defe40

#defe40

Complementary Color

#defe40 #6040fe

#defe40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defe40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defe40 Color CSS Codes

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

#defe40 Text Font Color

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

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


#defe40 Background Color

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

This div background color is #defe40


#defe40 Border Color

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

This div border color is #defe40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defe40


Comments

No comments written yet.

Please login to write comment.