Color Hex Logo

#faeaa1 Color Hex

#FAEAA1
(250,234,161)
0 Favorites   0 Comments

Color spaces of #faeaa1

RGB 250234161
HSL0.140.900.81
HSV49°36°98°
CMYK 0.000.060.36   0.02
XYZ75.280281.742845.5285
Yxy81.74280.37170.4036
Hunter Lab90.4117-9.594733.4316
CIE-Lab92.4612-4.892737.4459

#faeaa1 color RGB value is (250,234,161).

#faeaa1 hex color red value is 250, green value is 234 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #faeaa1 hue: 0.14 , saturation: 0.90 and the lightness value of faeaa1 is 0.81.

The process color (four color CMYK) of #faeaa1 color hex is 0.00, 0.06, 0.36, 0.02. Web safe color of #faeaa1 is #ffff99. Color #faeaa1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 10100001
Octal 372 352 241
Decimal 250 234 161
Hex FA EA A1

RGB Percentages of Color #faeaa1

%38.76
%36.28
%24.96

CMYK Percentages of Color #faeaa1

%0
%6
%36
%2

Triadic Colors of #faeaa1

#faeaa1 #a1faea #eaa1fa

Analogous Colors of #faeaa1

#faeaa1 #defaa1 #fabea1

Monochromatic Colors of #faeaa1

#faeaa1

Complementary Color

#faeaa1 #a1b1fa

#faeaa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeaa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeaa1 Color CSS Codes

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

#faeaa1 Text Font Color

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

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


#faeaa1 Background Color

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

This div background color is #faeaa1


#faeaa1 Border Color

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

This div border color is #faeaa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeaa1


Comments

No comments written yet.

Please login to write comment.