Color Hex Logo

#dffa3b Color Hex

#DFFA3B
(223,250,59)
0 Favorites   0 Comments

Color spaces of #dffa3b

RGB 22325059
HSL0.190.950.61
HSV68°76°98°
CMYK 0.110.000.76   0.02
XYZ65.406484.375016.9764
Yxy84.37500.39220.5060
Hunter Lab91.8559-33.646053.3414
CIE-Lab93.6131-31.038381.3437

#dffa3b color RGB value is (223,250,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 00111011
Octal 337 372 73
Decimal 223 250 59
Hex DF FA 3B

RGB Percentages of Color #dffa3b

%41.92
%46.99
%11.09

CMYK Percentages of Color #dffa3b

%11
%0
%76
%2

Triadic Colors of #dffa3b

#dffa3b #3bdffa #fa3bdf

Analogous Colors of #dffa3b

#dffa3b #80fa3b #fab63b

Monochromatic Colors of #dffa3b

#dffa3b

Complementary Color

#dffa3b #563bfa

#dffa3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffa3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffa3b Color CSS Codes

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

#dffa3b Text Font Color

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

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


#dffa3b Background Color

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

This div background color is #dffa3b


#dffa3b Border Color

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

This div border color is #dffa3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffa3b


Comments

No comments written yet.

Please login to write comment.