Color Hex Logo

#fad45f Color Hex

#FAD45F
(250,212,95)
0 Favorites   0 Comments

Color spaces of #fad45f

RGB 25021295
HSL0.130.940.68
HSV45°62°98°
CMYK 0.000.150.62   0.02
XYZ65.033468.237220.5699
Yxy68.23720.42270.4436
Hunter Lab82.6058-4.031843.0601
CIE-Lab86.12490.397861.3183

#fad45f color RGB value is (250,212,95).

#fad45f hex color red value is 250, green value is 212 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fad45f hue: 0.13 , saturation: 0.94 and the lightness value of fad45f is 0.68.

The process color (four color CMYK) of #fad45f color hex is 0.00, 0.15, 0.62, 0.02. Web safe color of #fad45f is #ffcc66. Color #fad45f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010100 01011111
Octal 372 324 137
Decimal 250 212 95
Hex FA D4 5F

RGB Percentages of Color #fad45f

%44.88
%38.06
%17.06

CMYK Percentages of Color #fad45f

%0
%15
%62
%2

Triadic Colors of #fad45f

#fad45f #5ffad4 #d45ffa

Analogous Colors of #fad45f

#fad45f #d3fa5f #fa875f

Monochromatic Colors of #fad45f

#fad45f

Complementary Color

#fad45f #5f85fa

#fad45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad45f Color CSS Codes

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

#fad45f Text Font Color

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

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


#fad45f Background Color

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

This div background color is #fad45f


#fad45f Border Color

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

This div border color is #fad45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad45f


Comments

No comments written yet.

Please login to write comment.