Color Hex Logo

#fae371 Color Hex

#FAE371
(250,227,113)
0 Favorites   0 Comments

Color spaces of #fae371

RGB 250227113
HSL0.140.930.71
HSV50°55°98°
CMYK 0.000.090.55   0.02
XYZ69.874176.454426.6972
Yxy76.45440.40380.4419
Hunter Lab87.4382-10.373043.1039
CIE-Lab90.0699-5.935357.7000

#fae371 color RGB value is (250,227,113).

#fae371 hex color red value is 250, green value is 227 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #fae371 hue: 0.14 , saturation: 0.93 and the lightness value of fae371 is 0.71.

The process color (four color CMYK) of #fae371 color hex is 0.00, 0.09, 0.55, 0.02. Web safe color of #fae371 is #ffcc66. Color #fae371 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 01110001
Octal 372 343 161
Decimal 250 227 113
Hex FA E3 71

RGB Percentages of Color #fae371

%42.37
%38.47
%19.15

CMYK Percentages of Color #fae371

%0
%9
%55
%2

Triadic Colors of #fae371

#fae371 #71fae3 #e371fa

Analogous Colors of #fae371

#fae371 #cdfa71 #fa9f71

Monochromatic Colors of #fae371

#fae371

Complementary Color

#fae371 #7188fa

#fae371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae371 Color CSS Codes

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

#fae371 Text Font Color

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

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


#fae371 Background Color

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

This div background color is #fae371


#fae371 Border Color

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

This div border color is #fae371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae371


Comments

No comments written yet.

Please login to write comment.