Color Hex Logo

#defb02 Color Hex

#DEFB02
(222,251,2)
0 Favorites   0 Comments

Color spaces of #defb02

RGB 2222512
HSL0.190.980.50
HSV67°99°98°
CMYK 0.120.000.99   0.02
XYZ64.632384.528312.9665
Yxy84.52830.39870.5214
Hunter Lab91.9393-35.410255.9956
CIE-Lab93.6795-33.072690.7050

#defb02 color RGB value is (222,251,2).

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

The process color (four color CMYK) of #defb02 color hex is 0.12, 0.00, 0.99, 0.02. Web safe color of #defb02 is #ccff00. Color #defb02 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111011 00000010
Octal 336 373 2
Decimal 222 251 2
Hex DE FB 2

RGB Percentages of Color #defb02

%46.74
%52.84
%0.42

CMYK Percentages of Color #defb02

%12
%0
%99
%2

Triadic Colors of #defb02

#defb02 #02defb #fb02de

Analogous Colors of #defb02

#defb02 #62fb02 #fb9c02

Monochromatic Colors of #defb02

#defb02

Complementary Color

#defb02 #1f02fb

#defb02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defb02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defb02 Color CSS Codes

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

#defb02 Text Font Color

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

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


#defb02 Background Color

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

This div background color is #defb02


#defb02 Border Color

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

This div border color is #defb02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defb02


Comments

No comments written yet.

Please login to write comment.