Color Hex Logo

#def31f Color Hex

#DEF31F
(222,243,31)
0 Favorites   0 Comments

Color spaces of #def31f

RGB 22224331
HSL0.180.900.54
HSV66°87°95°
CMYK 0.090.000.87   0.05
XYZ62.422179.729713.3957
Yxy79.72970.40130.5126
Hunter Lab89.2915-31.473953.6092
CIE-Lab91.5634-29.021985.9828

#def31f color RGB value is (222,243,31).

#def31f hex color red value is 222, green value is 243 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #def31f hue: 0.18 , saturation: 0.90 and the lightness value of def31f is 0.54.

The process color (four color CMYK) of #def31f color hex is 0.09, 0.00, 0.87, 0.05. Web safe color of #def31f is #ccff33. Color #def31f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110011 00011111
Octal 336 363 37
Decimal 222 243 31
Hex DE F3 1F

RGB Percentages of Color #def31f

%44.76
%48.99
%6.25

CMYK Percentages of Color #def31f

%9
%0
%87
%5

Triadic Colors of #def31f

#def31f #1fdef3 #f31fde

Analogous Colors of #def31f

#def31f #74f31f #f39e1f

Monochromatic Colors of #def31f

#def31f

Complementary Color

#def31f #341ff3

#def31f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def31f Color Preview on White Background

Lorem ipsum dolor sit amet.

#def31f Color CSS Codes

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

#def31f Text Font Color

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

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


#def31f Background Color

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

This div background color is #def31f


#def31f Border Color

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

This div border color is #def31f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def31f


Comments

No comments written yet.

Please login to write comment.