Color Hex Logo

#defb2b Color Hex

#DEFB2B
(222,251,43)
0 Favorites   0 Comments

Color spaces of #defb2b

RGB 22225143
HSL0.190.960.58
HSV68°83°98°
CMYK 0.120.000.83   0.02
XYZ65.057484.698415.2050
Yxy84.69840.39440.5134
Hunter Lab92.0317-34.873654.6266
CIE-Lab93.7530-32.427785.4672

#defb2b color RGB value is (222,251,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111011 00101011
Octal 336 373 53
Decimal 222 251 43
Hex DE FB 2B

RGB Percentages of Color #defb2b

%43.02
%48.64
%8.33

CMYK Percentages of Color #defb2b

%12
%0
%83
%2

Triadic Colors of #defb2b

#defb2b #2bdefb #fb2bde

Analogous Colors of #defb2b

#defb2b #76fb2b #fbb02b

Monochromatic Colors of #defb2b

#defb2b

Complementary Color

#defb2b #482bfb

#defb2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defb2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#defb2b Color CSS Codes

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

#defb2b Text Font Color

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

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


#defb2b Background Color

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

This div background color is #defb2b


#defb2b Border Color

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

This div border color is #defb2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defb2b


Comments

No comments written yet.

Please login to write comment.