Color Hex Logo

#fed566 Color Hex

#FED566
(254,213,102)
0 Favorites   0 Comments

Color spaces of #fed566

RGB 254213102
HSL0.120.990.70
HSV44°60°100°
CMYK 0.000.160.60   0.00
XYZ67.065669.618622.4734
Yxy69.61860.42140.4374
Hunter Lab83.4378-2.541442.4371
CIE-Lab86.80951.989559.0626

#fed566 color RGB value is (254,213,102).

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

The process color (four color CMYK) of #fed566 color hex is 0.00, 0.16, 0.60, 0.00. Web safe color of #fed566 is #ffcc66. Color #fed566 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010101 01100110
Octal 376 325 146
Decimal 254 213 102
Hex FE D5 66

RGB Percentages of Color #fed566

%44.64
%37.43
%17.93

CMYK Percentages of Color #fed566

%0
%16
%60
%0

Triadic Colors of #fed566

#fed566 #66fed5 #d566fe

Analogous Colors of #fed566

#fed566 #dbfe66 #fe8966

Monochromatic Colors of #fed566

#fed566

Complementary Color

#fed566 #668ffe

#fed566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed566 Color CSS Codes

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

#fed566 Text Font Color

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

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


#fed566 Background Color

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

This div background color is #fed566


#fed566 Border Color

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

This div border color is #fed566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed566

#fed566 Color Palettes


Comments

No comments written yet.

Please login to write comment.