Color Hex Logo

#fae347 Color Hex

#FAE347
(250,227,71)
0 Favorites   0 Comments

Color spaces of #fae347

RGB 25022771
HSL0.150.950.63
HSV52°72°98°
CMYK 0.000.090.72   0.02
XYZ68.030875.717116.9905
Yxy75.71710.42320.4711
Hunter Lab87.0156-12.721849.3340
CIE-Lab89.7278-8.464474.6151

#fae347 color RGB value is (250,227,71).

#fae347 hex color red value is 250, green value is 227 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #fae347 hue: 0.15 , saturation: 0.95 and the lightness value of fae347 is 0.63.

The process color (four color CMYK) of #fae347 color hex is 0.00, 0.09, 0.72, 0.02. Web safe color of #fae347 is #ffcc33. Color #fae347 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 01000111
Octal 372 343 107
Decimal 250 227 71
Hex FA E3 47

RGB Percentages of Color #fae347

%45.62
%41.42
%12.96

CMYK Percentages of Color #fae347

%0
%9
%72
%2

Triadic Colors of #fae347

#fae347 #47fae3 #e347fa

Analogous Colors of #fae347

#fae347 #b8fa47 #fa8a47

Monochromatic Colors of #fae347

#fae347

Complementary Color

#fae347 #475efa

#fae347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae347 Color CSS Codes

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

#fae347 Text Font Color

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

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


#fae347 Background Color

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

This div background color is #fae347


#fae347 Border Color

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

This div border color is #fae347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae347


Comments

No comments written yet.

Please login to write comment.