Color Hex Logo

#faeb87 Color Hex

#FAEB87
(250,235,135)
0 Favorites   0 Comments

Color spaces of #faeb87

RGB 250235135
HSL0.140.920.75
HSV52°46°98°
CMYK 0.000.060.46   0.02
XYZ73.505881.489934.7766
Yxy81.48990.38730.4294
Hunter Lab90.2718-12.627940.3491
CIE-Lab92.3493-8.073750.0974

#faeb87 color RGB value is (250,235,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 10000111
Octal 372 353 207
Decimal 250 235 135
Hex FA EB 87

RGB Percentages of Color #faeb87

%40.32
%37.90
%21.77

CMYK Percentages of Color #faeb87

%0
%6
%46
%2

Triadic Colors of #faeb87

#faeb87 #87faeb #eb87fa

Analogous Colors of #faeb87

#faeb87 #d0fa87 #fab287

Monochromatic Colors of #faeb87

#faeb87

Complementary Color

#faeb87 #8796fa

#faeb87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeb87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeb87 Color CSS Codes

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

#faeb87 Text Font Color

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

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


#faeb87 Background Color

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

This div background color is #faeb87


#faeb87 Border Color

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

This div border color is #faeb87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeb87

Related Colors


Comments

No comments written yet.

Please login to write comment.