Color Hex Logo

#faeba1 Color Hex

#FAEBA1
(250,235,161)
0 Favorites   0 Comments

Color spaces of #faeba1

RGB 250235161
HSL0.140.900.81
HSV50°36°98°
CMYK 0.000.060.36   0.02
XYZ75.565782.313945.6236
Yxy82.31390.37130.4045
Hunter Lab90.7270-10.101233.6939
CIE-Lab92.7132-5.394837.7763

#faeba1 color RGB value is (250,235,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 10100001
Octal 372 353 241
Decimal 250 235 161
Hex FA EB A1

RGB Percentages of Color #faeba1

%38.70
%36.38
%24.92

CMYK Percentages of Color #faeba1

%0
%6
%36
%2

Triadic Colors of #faeba1

#faeba1 #a1faeb #eba1fa

Analogous Colors of #faeba1

#faeba1 #ddfaa1 #fabfa1

Monochromatic Colors of #faeba1

#faeba1

Complementary Color

#faeba1 #a1b0fa

#faeba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeba1 Color CSS Codes

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

#faeba1 Text Font Color

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

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


#faeba1 Background Color

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

This div background color is #faeba1


#faeba1 Border Color

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

This div border color is #faeba1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,235,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 #faeba1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeba1


Comments

No comments written yet.

Please login to write comment.