Color Hex Logo

#fae19d Color Hex

#FAE19D
(250,225,157)
0 Favorites   0 Comments

Color spaces of #fae19d

RGB 250225157
HSL0.120.900.80
HSV44°37°98°
CMYK 0.000.100.37   0.02
XYZ72.435476.608742.8675
Yxy76.60870.37740.3992
Hunter Lab87.5264-5.447532.2302
CIE-Lab90.1412-0.794936.4183

#fae19d color RGB value is (250,225,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 10011101
Octal 372 341 235
Decimal 250 225 157
Hex FA E1 9D

RGB Percentages of Color #fae19d

%39.56
%35.60
%24.84

CMYK Percentages of Color #fae19d

%0
%10
%37
%2

Triadic Colors of #fae19d

#fae19d #9dfae1 #e19dfa

Analogous Colors of #fae19d

#fae19d #e5fa9d #fab39d

Monochromatic Colors of #fae19d

#fae19d

Complementary Color

#fae19d #9db6fa

#fae19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae19d Color CSS Codes

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

#fae19d Text Font Color

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

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


#fae19d Background Color

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

This div background color is #fae19d


#fae19d Border Color

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

This div border color is #fae19d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae19d


Comments

No comments written yet.

Please login to write comment.