Color Hex Logo

#fae19a Color Hex

#FAE19A
(250,225,154)
0 Favorites   0 Comments

Color spaces of #fae19a

RGB 250225154
HSL0.120.910.79
HSV44°38°98°
CMYK 0.000.100.38   0.02
XYZ72.182376.507541.5349
Yxy76.50750.37950.4022
Hunter Lab87.4686-5.765233.0738
CIE-Lab90.0944-1.125937.8726

#fae19a color RGB value is (250,225,154).

#fae19a hex color red value is 250, green value is 225 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fae19a hue: 0.12 , saturation: 0.91 and the lightness value of fae19a is 0.79.

The process color (four color CMYK) of #fae19a color hex is 0.00, 0.10, 0.38, 0.02. Web safe color of #fae19a is #ffcc99. Color #fae19a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 10011010
Octal 372 341 232
Decimal 250 225 154
Hex FA E1 9A

RGB Percentages of Color #fae19a

%39.75
%35.77
%24.48

CMYK Percentages of Color #fae19a

%0
%10
%38
%2

Triadic Colors of #fae19a

#fae19a #9afae1 #e19afa

Analogous Colors of #fae19a

#fae19a #e3fa9a #fab19a

Monochromatic Colors of #fae19a

#fae19a

Complementary Color

#fae19a #9ab3fa

#fae19a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae19a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae19a Color CSS Codes

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

#fae19a Text Font Color

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

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


#fae19a Background Color

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

This div background color is #fae19a


#fae19a Border Color

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

This div border color is #fae19a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae19a

Related Colors


Comments

No comments written yet.

Please login to write comment.