Color Hex Logo

#faeba0 Color Hex

#FAEBA0
(250,235,160)
0 Favorites   0 Comments

Color spaces of #faeba0

RGB 250235160
HSL0.140.900.80
HSV50°36°98°
CMYK 0.000.060.36   0.02
XYZ75.477882.278745.1610
Yxy82.27870.37200.4055
Hunter Lab90.7076-10.208533.9763
CIE-Lab92.6977-5.507738.2572

#faeba0 color RGB value is (250,235,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 10100000
Octal 372 353 240
Decimal 250 235 160
Hex FA EB A0

RGB Percentages of Color #faeba0

%38.76
%36.43
%24.81

CMYK Percentages of Color #faeba0

%0
%6
%36
%2

Triadic Colors of #faeba0

#faeba0 #a0faeb #eba0fa

Analogous Colors of #faeba0

#faeba0 #dcfaa0 #fabea0

Monochromatic Colors of #faeba0

#faeba0

Complementary Color

#faeba0 #a0affa

#faeba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeba0 Color CSS Codes

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

#faeba0 Text Font Color

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

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


#faeba0 Background Color

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

This div background color is #faeba0


#faeba0 Border Color

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

This div border color is #faeba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeba0


Comments

No comments written yet.

Please login to write comment.