Color Hex Logo

#fdc05e Color Hex

#FDC05E
(253,192,94)
0 Favorites   0 Comments

Color spaces of #fdc05e

RGB 25319294
HSL0.100.980.68
HSV37°63°99°
CMYK 0.000.240.63   0.01
XYZ61.378059.390118.8181
Yxy59.39010.43970.4255
Hunter Lab77.06507.301739.4678
CIE-Lab81.505611.894256.7087

#fdc05e color RGB value is (253,192,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000000 01011110
Octal 375 300 136
Decimal 253 192 94
Hex FD C0 5E

RGB Percentages of Color #fdc05e

%46.94
%35.62
%17.44

CMYK Percentages of Color #fdc05e

%0
%24
%63
%1

Triadic Colors of #fdc05e

#fdc05e #5efdc0 #c05efd

Analogous Colors of #fdc05e

#fdc05e #ebfd5e #fd715e

Monochromatic Colors of #fdc05e

#fdc05e

Complementary Color

#fdc05e #5e9bfd

#fdc05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc05e Color CSS Codes

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

#fdc05e Text Font Color

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

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


#fdc05e Background Color

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

This div background color is #fdc05e


#fdc05e Border Color

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

This div border color is #fdc05e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,192,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 #fdc05e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc05e

Related Colors


Comments

No comments written yet.

Please login to write comment.