Color Hex Logo

#fed775 Color Hex

#FED775
(254,215,117)
0 Favorites   0 Comments

Color spaces of #fed775

RGB 254215117
HSL0.120.990.73
HSV43°54°100°
CMYK 0.000.150.54   0.00
XYZ68.384470.956126.9213
Yxy70.95610.41130.4268
Hunter Lab84.2354-2.501340.0160
CIE-Lab87.46372.068452.8573

#fed775 color RGB value is (254,215,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 01110101
Octal 376 327 165
Decimal 254 215 117
Hex FE D7 75

RGB Percentages of Color #fed775

%43.34
%36.69
%19.97

CMYK Percentages of Color #fed775

%0
%15
%54
%0

Triadic Colors of #fed775

#fed775 #75fed7 #d775fe

Analogous Colors of #fed775

#fed775 #e1fe75 #fe9375

Monochromatic Colors of #fed775

#fed775

Complementary Color

#fed775 #759cfe

#fed775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed775 Color CSS Codes

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

#fed775 Text Font Color

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

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


#fed775 Background Color

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

This div background color is #fed775


#fed775 Border Color

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

This div border color is #fed775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed775


Comments

No comments written yet.

Please login to write comment.