Color Hex Logo

#faed75 Color Hex

#FAED75
(250,237,117)
0 Favorites   0 Comments

Color spaces of #faed75

RGB 250237117
HSL0.150.930.72
HSV54°53°98°
CMYK 0.000.050.53   0.02
XYZ72.919482.176728.8481
Yxy82.17670.39640.4467
Hunter Lab90.6514-15.055644.5880
CIE-Lab92.6528-10.605758.8780

#faed75 color RGB value is (250,237,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 01110101
Octal 372 355 165
Decimal 250 237 117
Hex FA ED 75

RGB Percentages of Color #faed75

%41.39
%39.24
%19.37

CMYK Percentages of Color #faed75

%0
%5
%53
%2

Triadic Colors of #faed75

#faed75 #75faed #ed75fa

Analogous Colors of #faed75

#faed75 #c5fa75 #faab75

Monochromatic Colors of #faed75

#faed75

Complementary Color

#faed75 #7582fa

#faed75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faed75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faed75 Color CSS Codes

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

#faed75 Text Font Color

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

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


#faed75 Background Color

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

This div background color is #faed75


#faed75 Border Color

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

This div border color is #faed75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faed75


Comments

No comments written yet.

Please login to write comment.