Color Hex Logo

#fad23a Color Hex

#FAD23A
(250,210,58)
0 Favorites   0 Comments

Color spaces of #fad23a

RGB 25021058
HSL0.130.950.60
HSV48°77°98°
CMYK 0.000.160.77   0.02
XYZ63.234766.722713.5489
Yxy66.72270.44060.4649
Hunter Lab81.6840-4.763247.3444
CIE-Lab85.3637-0.421274.9158

#fad23a color RGB value is (250,210,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010010 00111010
Octal 372 322 72
Decimal 250 210 58
Hex FA D2 3A

RGB Percentages of Color #fad23a

%48.26
%40.54
%11.20

CMYK Percentages of Color #fad23a

%0
%16
%77
%2

Triadic Colors of #fad23a

#fad23a #3afad2 #d23afa

Analogous Colors of #fad23a

#fad23a #c2fa3a #fa723a

Monochromatic Colors of #fad23a

#fad23a

Complementary Color

#fad23a #3a62fa

#fad23a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad23a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad23a Color CSS Codes

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

#fad23a Text Font Color

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

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


#fad23a Background Color

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

This div background color is #fad23a


#fad23a Border Color

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

This div border color is #fad23a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad23a

Related Colors


Comments

No comments written yet.

Please login to write comment.