Color Hex Logo

#defb3a Color Hex

#DEFB3A
(222,251,58)
0 Favorites   0 Comments

Color spaces of #defb3a

RGB 22225158
HSL0.190.960.61
HSV69°77°98°
CMYK 0.120.000.77   0.02
XYZ65.385184.829416.9305
Yxy84.82940.39120.5075
Hunter Lab92.1029-34.460453.5732
CIE-Lab93.8096-31.932881.7794

#defb3a color RGB value is (222,251,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111011 00111010
Octal 336 373 72
Decimal 222 251 58
Hex DE FB 3A

RGB Percentages of Color #defb3a

%41.81
%47.27
%10.92

CMYK Percentages of Color #defb3a

%12
%0
%77
%2

Triadic Colors of #defb3a

#defb3a #3adefb #fb3ade

Analogous Colors of #defb3a

#defb3a #7efb3a #fbb83a

Monochromatic Colors of #defb3a

#defb3a

Complementary Color

#defb3a #573afb

#defb3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defb3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#defb3a Color CSS Codes

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

#defb3a Text Font Color

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

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


#defb3a Background Color

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

This div background color is #defb3a


#defb3a Border Color

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

This div border color is #defb3a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,251,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 #defb3a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defb3a


Comments

No comments written yet.

Please login to write comment.