Color Hex Logo

#faea70 Color Hex

#FAEA70
(250,234,112)
0 Favorites   0 Comments

Color spaces of #faea70

RGB 250234112
HSL0.150.930.71
HSV53°55°98°
CMYK 0.000.060.55   0.02
XYZ71.771880.339527.0535
Yxy80.33950.40060.4484
Hunter Lab89.6323-13.925244.8473
CIE-Lab91.8370-9.503260.1923

#faea70 color RGB value is (250,234,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 01110000
Octal 372 352 160
Decimal 250 234 112
Hex FA EA 70

RGB Percentages of Color #faea70

%41.95
%39.26
%18.79

CMYK Percentages of Color #faea70

%0
%6
%55
%2

Triadic Colors of #faea70

#faea70 #70faea #ea70fa

Analogous Colors of #faea70

#faea70 #c5fa70 #faa570

Monochromatic Colors of #faea70

#faea70

Complementary Color

#faea70 #7080fa

#faea70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faea70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faea70 Color CSS Codes

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

#faea70 Text Font Color

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

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


#faea70 Background Color

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

This div background color is #faea70


#faea70 Border Color

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

This div border color is #faea70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faea70

#faea70 Color Palettes


Comments

No comments written yet.

Please login to write comment.