Color Hex Logo

#fae27f Color Hex

#FAE27F
(250,226,127)
0 Favorites   0 Comments

Color spaces of #fae27f

RGB 250226127
HSL0.130.920.74
HSV48°49°98°
CMYK 0.000.100.49   0.02
XYZ70.451576.249031.0830
Yxy76.24900.39630.4289
Hunter Lab87.3207-8.795040.0194
CIE-Lab89.9748-4.285951.0258

#fae27f color RGB value is (250,226,127).

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

The process color (four color CMYK) of #fae27f color hex is 0.00, 0.10, 0.49, 0.02. Web safe color of #fae27f is #ffcc66. Color #fae27f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100010 01111111
Octal 372 342 177
Decimal 250 226 127
Hex FA E2 7F

RGB Percentages of Color #fae27f

%41.46
%37.48
%21.06

CMYK Percentages of Color #fae27f

%0
%10
%49
%2

Triadic Colors of #fae27f

#fae27f #7ffae2 #e27ffa

Analogous Colors of #fae27f

#fae27f #d5fa7f #faa57f

Monochromatic Colors of #fae27f

#fae27f

Complementary Color

#fae27f #7f97fa

#fae27f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae27f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae27f Color CSS Codes

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

#fae27f Text Font Color

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

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


#fae27f Background Color

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

This div background color is #fae27f


#fae27f Border Color

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

This div border color is #fae27f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae27f


Comments

No comments written yet.

Please login to write comment.