Color Hex Logo

#fae18b Color Hex

#FAE18B
(250,225,139)
0 Favorites   0 Comments

Color spaces of #fae18b

RGB 250225139
HSL0.130.920.76
HSV46°44°98°
CMYK 0.000.100.44   0.02
XYZ71.009876.038535.3604
Yxy76.03850.38930.4169
Hunter Lab87.2001-7.241836.9974
CIE-Lab89.8772-2.673045.0745

#fae18b color RGB value is (250,225,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 10001011
Octal 372 341 213
Decimal 250 225 139
Hex FA E1 8B

RGB Percentages of Color #fae18b

%40.72
%36.64
%22.64

CMYK Percentages of Color #fae18b

%0
%10
%44
%2

Triadic Colors of #fae18b

#fae18b #8bfae1 #e18bfa

Analogous Colors of #fae18b

#fae18b #dcfa8b #faaa8b

Monochromatic Colors of #fae18b

#fae18b

Complementary Color

#fae18b #8ba4fa

#fae18b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae18b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae18b Color CSS Codes

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

#fae18b Text Font Color

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

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


#fae18b Background Color

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

This div background color is #fae18b


#fae18b Border Color

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

This div border color is #fae18b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae18b


Comments

No comments written yet.

Please login to write comment.