Color Hex Logo

#fae198 Color Hex

#FAE198
(250,225,152)
0 Favorites   0 Comments

Color spaces of #fae198

RGB 250225152
HSL0.120.910.79
HSV45°39°98°
CMYK 0.000.100.39   0.02
XYZ72.017176.441440.6647
Yxy76.44140.38080.4042
Hunter Lab87.4308-5.972633.6253
CIE-Lab90.0639-1.342438.8400

#fae198 color RGB value is (250,225,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 10011000
Octal 372 341 230
Decimal 250 225 152
Hex FA E1 98

RGB Percentages of Color #fae198

%39.87
%35.89
%24.24

CMYK Percentages of Color #fae198

%0
%10
%39
%2

Triadic Colors of #fae198

#fae198 #98fae1 #e198fa

Analogous Colors of #fae198

#fae198 #e2fa98 #fab098

Monochromatic Colors of #fae198

#fae198

Complementary Color

#fae198 #98b1fa

#fae198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae198 Color CSS Codes

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

#fae198 Text Font Color

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

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


#fae198 Background Color

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

This div background color is #fae198


#fae198 Border Color

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

This div border color is #fae198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae198


Comments

No comments written yet.

Please login to write comment.