Color Hex Logo

#fed276 Color Hex

#FED276
(254,210,118)
0 Favorites   0 Comments

Color spaces of #fed276

RGB 254210118
HSL0.110.990.73
HSV41°54°100°
CMYK 0.000.170.54   0.00
XYZ67.189768.472026.8147
Yxy68.47200.41350.4214
Hunter Lab82.74780.130138.7103
CIE-Lab86.24194.710250.9167

#fed276 color RGB value is (254,210,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 01110110
Octal 376 322 166
Decimal 254 210 118
Hex FE D2 76

RGB Percentages of Color #fed276

%43.64
%36.08
%20.27

CMYK Percentages of Color #fed276

%0
%17
%54
%0

Triadic Colors of #fed276

#fed276 #76fed2 #d276fe

Analogous Colors of #fed276

#fed276 #e6fe76 #fe8e76

Monochromatic Colors of #fed276

#fed276

Complementary Color

#fed276 #76a2fe

#fed276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed276 Color CSS Codes

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

#fed276 Text Font Color

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

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


#fed276 Background Color

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

This div background color is #fed276


#fed276 Border Color

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

This div border color is #fed276


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,210,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed276

#fed276 Color Palettes


Comments

No comments written yet.

Please login to write comment.