Color Hex Logo

#fadf5f Color Hex

#FADF5F
(250,223,95)
0 Favorites   0 Comments

Color spaces of #fadf5f

RGB 25022395
HSL0.140.940.68
HSV50°62°98°
CMYK 0.000.110.62   0.02
XYZ67.877673.925621.5180
Yxy73.92560.41560.4526
Hunter Lab85.9800-9.546745.3476
CIE-Lab88.8873-5.177564.3443

#fadf5f color RGB value is (250,223,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 01011111
Octal 372 337 137
Decimal 250 223 95
Hex FA DF 5F

RGB Percentages of Color #fadf5f

%44.01
%39.26
%16.73

CMYK Percentages of Color #fadf5f

%0
%11
%62
%2

Triadic Colors of #fadf5f

#fadf5f #5ffadf #df5ffa

Analogous Colors of #fadf5f

#fadf5f #c8fa5f #fa925f

Monochromatic Colors of #fadf5f

#fadf5f

Complementary Color

#fadf5f #5f7afa

#fadf5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf5f Color CSS Codes

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

#fadf5f Text Font Color

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

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


#fadf5f Background Color

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

This div background color is #fadf5f


#fadf5f Border Color

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

This div border color is #fadf5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf5f


Comments

No comments written yet.

Please login to write comment.