Color Hex Logo

#fed475 Color Hex

#FED475
(254,212,117)
0 Favorites   0 Comments

Color spaces of #fed475

RGB 254212117
HSL0.120.990.73
HSV42°54°100°
CMYK 0.000.170.54   0.00
XYZ67.627469.442226.6689
Yxy69.44220.41300.4241
Hunter Lab83.3320-0.970739.3577
CIE-Lab86.72263.603651.9730

#fed475 color RGB value is (254,212,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 01110101
Octal 376 324 165
Decimal 254 212 117
Hex FE D4 75

RGB Percentages of Color #fed475

%43.57
%36.36
%20.07

CMYK Percentages of Color #fed475

%0
%17
%54
%0

Triadic Colors of #fed475

#fed475 #75fed4 #d475fe

Analogous Colors of #fed475

#fed475 #e4fe75 #fe9075

Monochromatic Colors of #fed475

#fed475

Complementary Color

#fed475 #759ffe

#fed475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed475 Color CSS Codes

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

#fed475 Text Font Color

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

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


#fed475 Background Color

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

This div background color is #fed475


#fed475 Border Color

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

This div border color is #fed475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed475

Related Colors


Comments

No comments written yet.

Please login to write comment.