Color Hex Logo

#faec70 Color Hex

#FAEC70
(250,236,112)
0 Favorites   0 Comments

Color spaces of #faec70

RGB 250236112
HSL0.150.930.71
HSV54°55°98°
CMYK 0.000.060.55   0.02
XYZ72.344481.484827.2444
Yxy81.48480.39950.4500
Hunter Lab90.2689-14.915045.2937
CIE-Lab92.3470-10.493960.7766

#faec70 color RGB value is (250,236,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 01110000
Octal 372 354 160
Decimal 250 236 112
Hex FA EC 70

RGB Percentages of Color #faec70

%41.81
%39.46
%18.73

CMYK Percentages of Color #faec70

%0
%6
%55
%2

Triadic Colors of #faec70

#faec70 #70faec #ec70fa

Analogous Colors of #faec70

#faec70 #c3fa70 #faa770

Monochromatic Colors of #faec70

#faec70

Complementary Color

#faec70 #707efa

#faec70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faec70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faec70 Color CSS Codes

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

#faec70 Text Font Color

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

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


#faec70 Background Color

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

This div background color is #faec70


#faec70 Border Color

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

This div border color is #faec70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faec70


Comments

No comments written yet.

Please login to write comment.