Color Hex Logo

#fad23b Color Hex

#FAD23B
(250,210,59)
0 Favorites   0 Comments

Color spaces of #fad23b

RGB 25021059
HSL0.130.950.61
HSV47°76°98°
CMYK 0.000.160.76   0.02
XYZ63.260466.732913.6842
Yxy66.73290.44030.4645
Hunter Lab81.6902-4.728547.2513
CIE-Lab85.3689-0.384374.5935

#fad23b color RGB value is (250,210,59).

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

The process color (four color CMYK) of #fad23b color hex is 0.00, 0.16, 0.76, 0.02. Web safe color of #fad23b is #ffcc33. Color #fad23b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010010 00111011
Octal 372 322 73
Decimal 250 210 59
Hex FA D2 3B

RGB Percentages of Color #fad23b

%48.17
%40.46
%11.37

CMYK Percentages of Color #fad23b

%0
%16
%76
%2

Triadic Colors of #fad23b

#fad23b #3bfad2 #d23bfa

Analogous Colors of #fad23b

#fad23b #c3fa3b #fa733b

Monochromatic Colors of #fad23b

#fad23b

Complementary Color

#fad23b #3b63fa

#fad23b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad23b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad23b Color CSS Codes

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

#fad23b Text Font Color

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

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


#fad23b Background Color

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

This div background color is #fad23b


#fad23b Border Color

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

This div border color is #fad23b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad23b


Comments

No comments written yet.

Please login to write comment.