Color Hex Logo

#fdc58e Color Hex

#FDC58E
(253,197,142)
0 Favorites   0 Comments

Color spaces of #fdc58e

RGB 253197142
HSL0.080.970.77
HSV30°44°99°
CMYK 0.000.220.44   0.01
XYZ65.356862.768134.2620
Yxy62.76810.40250.3865
Hunter Lab79.22638.605429.8180
CIE-Lab83.320213.216235.2077

#fdc58e color RGB value is (253,197,142).

#fdc58e hex color red value is 253, green value is 197 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fdc58e hue: 0.08 , saturation: 0.97 and the lightness value of fdc58e is 0.77.

The process color (four color CMYK) of #fdc58e color hex is 0.00, 0.22, 0.44, 0.01. Web safe color of #fdc58e is #ffcc99. Color #fdc58e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000101 10001110
Octal 375 305 216
Decimal 253 197 142
Hex FD C5 8E

RGB Percentages of Color #fdc58e

%42.74
%33.28
%23.99

CMYK Percentages of Color #fdc58e

%0
%22
%44
%1

Triadic Colors of #fdc58e

#fdc58e #8efdc5 #c58efd

Analogous Colors of #fdc58e

#fdc58e #fdfd8e #fd8e8f

Monochromatic Colors of #fdc58e

#fdc58e

Complementary Color

#fdc58e #8ec6fd

#fdc58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc58e Color CSS Codes

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

#fdc58e Text Font Color

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

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


#fdc58e Background Color

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

This div background color is #fdc58e


#fdc58e Border Color

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

This div border color is #fdc58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc58e

Related Colors


Comments

No comments written yet.

Please login to write comment.