Color Hex Logo

#faad27 Color Hex

#FAAD27
(250,173,39)
0 Favorites   0 Comments

Color spaces of #faad27

RGB 25017339
HSL0.110.950.57
HSV38°84°98°
CMYK 0.000.310.84   0.02
XYZ54.734150.35768.7546
Yxy50.35760.48080.4423
Hunter Lab70.963113.492342.3597
CIE-Lab76.288218.189872.7955

#faad27 color RGB value is (250,173,39).

#faad27 hex color red value is 250, green value is 173 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #faad27 hue: 0.11 , saturation: 0.95 and the lightness value of faad27 is 0.57.

The process color (four color CMYK) of #faad27 color hex is 0.00, 0.31, 0.84, 0.02. Web safe color of #faad27 is #ff9933. Color #faad27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 00100111
Octal 372 255 47
Decimal 250 173 39
Hex FA AD 27

RGB Percentages of Color #faad27

%54.11
%37.45
%8.44

CMYK Percentages of Color #faad27

%0
%31
%84
%2

Triadic Colors of #faad27

#faad27 #27faad #ad27fa

Analogous Colors of #faad27

#faad27 #defa27 #fa4427

Monochromatic Colors of #faad27

#faad27

Complementary Color

#faad27 #2774fa

#faad27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faad27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faad27 Color CSS Codes

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

#faad27 Text Font Color

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

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


#faad27 Background Color

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

This div background color is #faad27


#faad27 Border Color

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

This div border color is #faad27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faad27

Related Colors


Comments

No comments written yet.

Please login to write comment.