Color Hex Logo

#defb41 Color Hex

#DEFB41
(222,251,65)
0 Favorites   0 Comments

Color spaces of #defb41

RGB 22225165
HSL0.190.960.62
HSV69°74°98°
CMYK 0.120.000.74   0.02
XYZ65.575584.905617.9333
Yxy84.90560.38940.5041
Hunter Lab92.1442-34.220852.9618
CIE-Lab93.8424-31.646579.7533

#defb41 color RGB value is (222,251,65).

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

The process color (four color CMYK) of #defb41 color hex is 0.12, 0.00, 0.74, 0.02. Web safe color of #defb41 is #ccff33. Color #defb41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111011 01000001
Octal 336 373 101
Decimal 222 251 65
Hex DE FB 41

RGB Percentages of Color #defb41

%41.26
%46.65
%12.08

CMYK Percentages of Color #defb41

%12
%0
%74
%2

Triadic Colors of #defb41

#defb41 #41defb #fb41de

Analogous Colors of #defb41

#defb41 #81fb41 #fbbb41

Monochromatic Colors of #defb41

#defb41

Complementary Color

#defb41 #5e41fb

#defb41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defb41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defb41 Color CSS Codes

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

#defb41 Text Font Color

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

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


#defb41 Background Color

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

This div background color is #defb41


#defb41 Border Color

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

This div border color is #defb41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defb41


Comments

No comments written yet.

Please login to write comment.