Color Hex Logo

#fdc45e Color Hex

#FDC45E
(253,196,94)
0 Favorites   0 Comments

Color spaces of #fdc45e

RGB 25319694
HSL0.110.980.68
HSV38°63°99°
CMYK 0.000.230.63   0.01
XYZ62.268361.170719.1149
Yxy61.17070.43680.4291
Hunter Lab78.21175.242440.2577
CIE-Lab82.47049.814957.7897

#fdc45e color RGB value is (253,196,94).

#fdc45e hex color red value is 253, green value is 196 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #fdc45e hue: 0.11 , saturation: 0.98 and the lightness value of fdc45e is 0.68.

The process color (four color CMYK) of #fdc45e color hex is 0.00, 0.23, 0.63, 0.01. Web safe color of #fdc45e is #ffcc66. Color #fdc45e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000100 01011110
Octal 375 304 136
Decimal 253 196 94
Hex FD C4 5E

RGB Percentages of Color #fdc45e

%46.59
%36.10
%17.31

CMYK Percentages of Color #fdc45e

%0
%23
%63
%1

Triadic Colors of #fdc45e

#fdc45e #5efdc4 #c45efd

Analogous Colors of #fdc45e

#fdc45e #e7fd5e #fd755e

Monochromatic Colors of #fdc45e

#fdc45e

Complementary Color

#fdc45e #5e97fd

#fdc45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc45e Color CSS Codes

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

#fdc45e Text Font Color

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

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


#fdc45e Background Color

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

This div background color is #fdc45e


#fdc45e Border Color

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

This div border color is #fdc45e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,196,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdc45e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdc45e;
  -webkit-box-shadow: 1px 1px 3px 2px #fdc45e;
  box-shadow:         1px 1px 3px 2px #fdc45e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,196,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc45e


Comments

No comments written yet.

Please login to write comment.