Color Hex Logo

#faed70 Color Hex

#FAED70
(250,237,112)
0 Favorites   0 Comments

Color spaces of #faed70

RGB 250237112
HSL0.150.930.71
HSV54°55°98°
CMYK 0.000.050.55   0.02
XYZ72.633282.062227.3406
Yxy82.06220.39900.4508
Hunter Lab90.5882-15.408845.5173
CIE-Lab92.6023-10.987761.0686

#faed70 color RGB value is (250,237,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 01110000
Octal 372 355 160
Decimal 250 237 112
Hex FA ED 70

RGB Percentages of Color #faed70

%41.74
%39.57
%18.70

CMYK Percentages of Color #faed70

%0
%5
%55
%2

Triadic Colors of #faed70

#faed70 #70faed #ed70fa

Analogous Colors of #faed70

#faed70 #c2fa70 #faa870

Monochromatic Colors of #faed70

#faed70

Complementary Color

#faed70 #707dfa

#faed70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faed70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faed70 Color CSS Codes

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

#faed70 Text Font Color

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

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


#faed70 Background Color

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

This div background color is #faed70


#faed70 Border Color

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

This div border color is #faed70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faed70


Comments

No comments written yet.

Please login to write comment.