Color Hex Logo

#fae59b Color Hex

#FAE59B
(250,229,155)
0 Favorites   0 Comments

Color spaces of #fae59b

RGB 250229155
HSL0.130.900.79
HSV47°38°98°
CMYK 0.000.080.38   0.02
XYZ73.360078.729242.3401
Yxy78.72920.37730.4049
Hunter Lab88.7295-7.695933.8185
CIE-Lab91.1116-3.042738.6950

#fae59b color RGB value is (250,229,155).

#fae59b hex color red value is 250, green value is 229 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fae59b hue: 0.13 , saturation: 0.90 and the lightness value of fae59b is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100101 10011011
Octal 372 345 233
Decimal 250 229 155
Hex FA E5 9B

RGB Percentages of Color #fae59b

%39.43
%36.12
%24.45

CMYK Percentages of Color #fae59b

%0
%8
%38
%2

Triadic Colors of #fae59b

#fae59b #9bfae5 #e59bfa

Analogous Colors of #fae59b

#fae59b #e0fa9b #fab69b

Monochromatic Colors of #fae59b

#fae59b

Complementary Color

#fae59b #9bb0fa

#fae59b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae59b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae59b Color CSS Codes

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

#fae59b Text Font Color

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

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


#fae59b Background Color

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

This div background color is #fae59b


#fae59b Border Color

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

This div border color is #fae59b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae59b


Comments

No comments written yet.

Please login to write comment.