Color Hex Logo

#def03a Color Hex

#DEF03A
(222,240,58)
0 Favorites   0 Comments

Color spaces of #def03a

RGB 22224058
HSL0.180.860.58
HSV66°76°94°
CMYK 0.080.000.76   0.06
XYZ62.048078.155315.8182
Yxy78.15530.39770.5009
Hunter Lab88.4055-29.428151.2752
CIE-Lab90.8507-26.819879.0868

#def03a color RGB value is (222,240,58).

#def03a hex color red value is 222, green value is 240 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #def03a hue: 0.18 , saturation: 0.86 and the lightness value of def03a is 0.58.

The process color (four color CMYK) of #def03a color hex is 0.08, 0.00, 0.76, 0.06. Web safe color of #def03a is #ccff33. Color #def03a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110000 00111010
Octal 336 360 72
Decimal 222 240 58
Hex DE F0 3A

RGB Percentages of Color #def03a

%42.69
%46.15
%11.15

CMYK Percentages of Color #def03a

%8
%0
%76
%6

Triadic Colors of #def03a

#def03a #3adef0 #f03ade

Analogous Colors of #def03a

#def03a #83f03a #f0a73a

Monochromatic Colors of #def03a

#def03a

Complementary Color

#def03a #4c3af0

#def03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#def03a Color CSS Codes

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

#def03a Text Font Color

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

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


#def03a Background Color

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

This div background color is #def03a


#def03a Border Color

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

This div border color is #def03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def03a


Comments

No comments written yet.

Please login to write comment.