Color Hex Logo

#fdc58d Color Hex

#FDC58D
(253,197,141)
0 Favorites   0 Comments

Color spaces of #fdc58d

RGB 253197141
HSL0.080.970.77
HSV30°44°99°
CMYK 0.000.220.44   0.01
XYZ65.282062.738233.8683
Yxy62.73820.40330.3875
Hunter Lab79.20748.504930.0934
CIE-Lab83.304413.115735.7036

#fdc58d color RGB value is (253,197,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000101 10001101
Octal 375 305 215
Decimal 253 197 141
Hex FD C5 8D

RGB Percentages of Color #fdc58d

%42.81
%33.33
%23.86

CMYK Percentages of Color #fdc58d

%0
%22
%44
%1

Triadic Colors of #fdc58d

#fdc58d #8dfdc5 #c58dfd

Analogous Colors of #fdc58d

#fdc58d #fdfd8d #fd8d8d

Monochromatic Colors of #fdc58d

#fdc58d

Complementary Color

#fdc58d #8dc5fd

#fdc58d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc58d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc58d Color CSS Codes

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

#fdc58d Text Font Color

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

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


#fdc58d Background Color

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

This div background color is #fdc58d


#fdc58d Border Color

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

This div border color is #fdc58d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc58d

Related Colors


Comments

No comments written yet.

Please login to write comment.