Color Hex Logo

#faf87d Color Hex

#FAF87D
(250,248,125)
0 Favorites   0 Comments

Color spaces of #faf87d

RGB 250248125
HSL0.160.930.74
HSV59°50°98°
CMYK 0.000.010.50   0.02
XYZ76.693488.939532.5269
Yxy88.93950.38700.4488
Hunter Lab94.3077-19.877945.5662
CIE-Lab95.5551-15.351658.6387

#faf87d color RGB value is (250,248,125).

#faf87d hex color red value is 250, green value is 248 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #faf87d hue: 0.16 , saturation: 0.93 and the lightness value of faf87d is 0.74.

The process color (four color CMYK) of #faf87d color hex is 0.00, 0.01, 0.50, 0.02. Web safe color of #faf87d is #ffff66. Color #faf87d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111000 01111101
Octal 372 370 175
Decimal 250 248 125
Hex FA F8 7D

RGB Percentages of Color #faf87d

%40.13
%39.81
%20.06

CMYK Percentages of Color #faf87d

%0
%1
%50
%2

Triadic Colors of #faf87d

#faf87d #7dfaf8 #f87dfa

Analogous Colors of #faf87d

#faf87d #befa7d #faba7d

Monochromatic Colors of #faf87d

#faf87d

Complementary Color

#faf87d #7d7ffa

#faf87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf87d Color CSS Codes

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

#faf87d Text Font Color

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

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


#faf87d Background Color

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

This div background color is #faf87d


#faf87d Border Color

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

This div border color is #faf87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf87d

Related Colors


Comments

No comments written yet.

Please login to write comment.