Color Hex Logo

#dffb3a Color Hex

#DFFB3A
(223,251,58)
0 Favorites   0 Comments

Color spaces of #dffb3a

RGB 22325158
HSL0.190.960.61
HSV69°77°98°
CMYK 0.110.000.77   0.02
XYZ65.692384.987816.9449
Yxy84.98780.39190.5070
Hunter Lab92.1888-34.134253.6343
CIE-Lab93.8779-31.537181.8667

#dffb3a color RGB value is (223,251,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 00111010
Octal 337 373 72
Decimal 223 251 58
Hex DF FB 3A

RGB Percentages of Color #dffb3a

%41.92
%47.18
%10.90

CMYK Percentages of Color #dffb3a

%11
%0
%77
%2

Triadic Colors of #dffb3a

#dffb3a #3adffb #fb3adf

Analogous Colors of #dffb3a

#dffb3a #7ffb3a #fbb73a

Monochromatic Colors of #dffb3a

#dffb3a

Complementary Color

#dffb3a #563afb

#dffb3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffb3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffb3a Color CSS Codes

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

#dffb3a Text Font Color

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

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


#dffb3a Background Color

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

This div background color is #dffb3a


#dffb3a Border Color

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

This div border color is #dffb3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffb3a


Comments

No comments written yet.

Please login to write comment.