Color Hex Logo

#fed975 Color Hex

#FED975
(254,217,117)
0 Favorites   0 Comments

Color spaces of #fed975

RGB 254217117
HSL0.120.990.73
HSV44°54°100°
CMYK 0.000.150.54   0.00
XYZ68.896871.980927.0921
Yxy71.98090.41020.4285
Hunter Lab84.8416-3.519340.4563
CIE-Lab87.95941.047953.4470

#fed975 color RGB value is (254,217,117).

#fed975 hex color red value is 254, green value is 217 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #fed975 hue: 0.12 , saturation: 0.99 and the lightness value of fed975 is 0.73.

The process color (four color CMYK) of #fed975 color hex is 0.00, 0.15, 0.54, 0.00. Web safe color of #fed975 is #ffcc66. Color #fed975 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 01110101
Octal 376 331 165
Decimal 254 217 117
Hex FE D9 75

RGB Percentages of Color #fed975

%43.20
%36.90
%19.90

CMYK Percentages of Color #fed975

%0
%15
%54
%0

Triadic Colors of #fed975

#fed975 #75fed9 #d975fe

Analogous Colors of #fed975

#fed975 #dffe75 #fe9575

Monochromatic Colors of #fed975

#fed975

Complementary Color

#fed975 #759afe

#fed975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed975 Color CSS Codes

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

#fed975 Text Font Color

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

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


#fed975 Background Color

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

This div background color is #fed975


#fed975 Border Color

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

This div border color is #fed975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed975


Comments

No comments written yet.

Please login to write comment.