Color Hex Logo

#fed564 Color Hex

#FED564
(254,213,100)
0 Favorites   0 Comments

Color spaces of #fed564

RGB 254213100
HSL0.120.990.69
HSV44°61°100°
CMYK 0.000.160.61   0.00
XYZ66.967669.579421.9572
Yxy69.57940.42250.4390
Hunter Lab83.4143-2.669542.7830
CIE-Lab86.79021.855759.9413

#fed564 color RGB value is (254,213,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010101 01100100
Octal 376 325 144
Decimal 254 213 100
Hex FE D5 64

RGB Percentages of Color #fed564

%44.80
%37.57
%17.64

CMYK Percentages of Color #fed564

%0
%16
%61
%0

Triadic Colors of #fed564

#fed564 #64fed5 #d564fe

Analogous Colors of #fed564

#fed564 #dafe64 #fe8864

Monochromatic Colors of #fed564

#fed564

Complementary Color

#fed564 #648dfe

#fed564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed564 Color CSS Codes

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

#fed564 Text Font Color

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

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


#fed564 Background Color

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

This div background color is #fed564


#fed564 Border Color

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

This div border color is #fed564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed564


Comments

No comments written yet.

Please login to write comment.