Color Hex Logo

#fed596 Color Hex

#FED596
(254,213,150)
0 Favorites   0 Comments

Color spaces of #fed596

RGB 254213150
HSL0.100.980.79
HSV36°41°100°
CMYK 0.000.160.41   0.00
XYZ70.172370.861338.8333
Yxy70.86130.39010.3940
Hunter Lab84.17921.485331.5739
CIE-Lab87.41766.138136.4729

#fed596 color RGB value is (254,213,150).

#fed596 hex color red value is 254, green value is 213 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #fed596 hue: 0.10 , saturation: 0.98 and the lightness value of fed596 is 0.79.

The process color (four color CMYK) of #fed596 color hex is 0.00, 0.16, 0.41, 0.00. Web safe color of #fed596 is #ffcc99. Color #fed596 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010101 10010110
Octal 376 325 226
Decimal 254 213 150
Hex FE D5 96

RGB Percentages of Color #fed596

%41.17
%34.52
%24.31

CMYK Percentages of Color #fed596

%0
%16
%41
%0

Triadic Colors of #fed596

#fed596 #96fed5 #d596fe

Analogous Colors of #fed596

#fed596 #f3fe96 #fea196

Monochromatic Colors of #fed596

#fed596

Complementary Color

#fed596 #96bffe

#fed596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed596 Color CSS Codes

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

#fed596 Text Font Color

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

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


#fed596 Background Color

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

This div background color is #fed596


#fed596 Border Color

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

This div border color is #fed596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed596


Comments

No comments written yet.

Please login to write comment.