Color Hex Logo

#faad81 Color Hex

#FAAD81
(250,173,129)
0 Favorites   0 Comments

Color spaces of #faad81

RGB 250173129
HSL0.060.920.74
HSV22°48°98°
CMYK 0.000.310.48   0.02
XYZ58.330451.796127.6922
Yxy51.79610.42320.3758
Hunter Lab71.969518.725427.5652
CIE-Lab77.158823.355733.9032

#faad81 color RGB value is (250,173,129).

#faad81 hex color red value is 250, green value is 173 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #faad81 hue: 0.06 , saturation: 0.92 and the lightness value of faad81 is 0.74.

The process color (four color CMYK) of #faad81 color hex is 0.00, 0.31, 0.48, 0.02. Web safe color of #faad81 is #ff9999. Color #faad81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 10000001
Octal 372 255 201
Decimal 250 173 129
Hex FA AD 81

RGB Percentages of Color #faad81

%45.29
%31.34
%23.37

CMYK Percentages of Color #faad81

%0
%31
%48
%2

Triadic Colors of #faad81

#faad81 #81faad #ad81fa

Analogous Colors of #faad81

#faad81 #faea81 #fa8192

Monochromatic Colors of #faad81

#faad81

Complementary Color

#faad81 #81cefa

#faad81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faad81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faad81 Color CSS Codes

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

#faad81 Text Font Color

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

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


#faad81 Background Color

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

This div background color is #faad81


#faad81 Border Color

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

This div border color is #faad81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faad81


Comments

No comments written yet.

Please login to write comment.