Color Hex Logo

#fad34b Color Hex

#FAD34B
(250,211,75)
0 Favorites   0 Comments

Color spaces of #fad34b

RGB 25021175
HSL0.130.950.64
HSV47°70°98°
CMYK 0.000.160.70   0.02
XYZ63.988667.420516.2975
Yxy67.42050.43320.4564
Hunter Lab82.1100-4.586845.7089
CIE-Lab85.7159-0.211269.1822

#fad34b color RGB value is (250,211,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010011 01001011
Octal 372 323 113
Decimal 250 211 75
Hex FA D3 4B

RGB Percentages of Color #fad34b

%46.64
%39.37
%13.99

CMYK Percentages of Color #fad34b

%0
%16
%70
%2

Triadic Colors of #fad34b

#fad34b #4bfad3 #d34bfa

Analogous Colors of #fad34b

#fad34b #cafa4b #fa7c4b

Monochromatic Colors of #fad34b

#fad34b

Complementary Color

#fad34b #4b72fa

#fad34b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad34b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad34b Color CSS Codes

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

#fad34b Text Font Color

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

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


#fad34b Background Color

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

This div background color is #fad34b


#fad34b Border Color

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

This div border color is #fad34b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,211,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fad34b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad34b


Comments

No comments written yet.

Please login to write comment.