Color Hex Logo

#faeb70 Color Hex

#FAEB70
(250,235,112)
0 Favorites   0 Comments

Color spaces of #faeb70

RGB 250235112
HSL0.150.930.71
HSV53°55°98°
CMYK 0.000.060.55   0.02
XYZ72.057380.910527.1487
Yxy80.91050.40010.4492
Hunter Lab89.9503-14.420345.0703
CIE-Lab92.0919-9.998960.4844

#faeb70 color RGB value is (250,235,112).

#faeb70 hex color red value is 250, green value is 235 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #faeb70 hue: 0.15 , saturation: 0.93 and the lightness value of faeb70 is 0.71.

The process color (four color CMYK) of #faeb70 color hex is 0.00, 0.06, 0.55, 0.02. Web safe color of #faeb70 is #ffff66. Color #faeb70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 01110000
Octal 372 353 160
Decimal 250 235 112
Hex FA EB 70

RGB Percentages of Color #faeb70

%41.88
%39.36
%18.76

CMYK Percentages of Color #faeb70

%0
%6
%55
%2

Triadic Colors of #faeb70

#faeb70 #70faeb #eb70fa

Analogous Colors of #faeb70

#faeb70 #c4fa70 #faa670

Monochromatic Colors of #faeb70

#faeb70

Complementary Color

#faeb70 #707ffa

#faeb70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeb70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeb70 Color CSS Codes

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

#faeb70 Text Font Color

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

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


#faeb70 Background Color

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

This div background color is #faeb70


#faeb70 Border Color

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

This div border color is #faeb70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeb70

Related Colors


Comments

No comments written yet.

Please login to write comment.