Color Hex Logo

#fae488 Color Hex

#FAE488
(250,228,136)
0 Favorites   0 Comments

Color spaces of #fae488

RGB 250228136
HSL0.130.920.76
HSV48°46°98°
CMYK 0.000.090.46   0.02
XYZ71.611777.588434.4943
Yxy77.58840.38980.4224
Hunter Lab88.0843-9.028638.4407
CIE-Lab90.5917-4.474647.4381

#fae488 color RGB value is (250,228,136).

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

The process color (four color CMYK) of #fae488 color hex is 0.00, 0.09, 0.46, 0.02. Web safe color of #fae488 is #ffcc99. Color #fae488 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 10001000
Octal 372 344 210
Decimal 250 228 136
Hex FA E4 88

RGB Percentages of Color #fae488

%40.72
%37.13
%22.15

CMYK Percentages of Color #fae488

%0
%9
%46
%2

Triadic Colors of #fae488

#fae488 #88fae4 #e488fa

Analogous Colors of #fae488

#fae488 #d7fa88 #faab88

Monochromatic Colors of #fae488

#fae488

Complementary Color

#fae488 #889efa

#fae488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae488 Color CSS Codes

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

#fae488 Text Font Color

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

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


#fae488 Background Color

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

This div background color is #fae488


#fae488 Border Color

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

This div border color is #fae488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae488


Comments

No comments written yet.

Please login to write comment.