Color Hex Logo

#def93b Color Hex

#DEF93B
(222,249,59)
0 Favorites   0 Comments

Color spaces of #def93b

RGB 22224959
HSL0.190.940.60
HSV69°76°98°
CMYK 0.110.000.76   0.02
XYZ64.789383.596716.8587
Yxy83.59670.39210.5059
Hunter Lab91.4312-33.517353.0696
CIE-Lab93.2751-30.973781.0101

#def93b color RGB value is (222,249,59).

#def93b hex color red value is 222, green value is 249 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #def93b hue: 0.19 , saturation: 0.94 and the lightness value of def93b is 0.60.

The process color (four color CMYK) of #def93b color hex is 0.11, 0.00, 0.76, 0.02. Web safe color of #def93b is #ccff33. Color #def93b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111001 00111011
Octal 336 371 73
Decimal 222 249 59
Hex DE F9 3B

RGB Percentages of Color #def93b

%41.89
%46.98
%11.13

CMYK Percentages of Color #def93b

%11
%0
%76
%2

Triadic Colors of #def93b

#def93b #3bdef9 #f93bde

Analogous Colors of #def93b

#def93b #7ff93b #f9b53b

Monochromatic Colors of #def93b

#def93b

Complementary Color

#def93b #563bf9

#def93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#def93b Color CSS Codes

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

#def93b Text Font Color

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

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


#def93b Background Color

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

This div background color is #def93b


#def93b Border Color

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

This div border color is #def93b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def93b


Comments

No comments written yet.

Please login to write comment.