color codes Logo

#fdc57a color codes

#FDC57A
(253,197,122)
0 Favorites   0 Comments

Color spaces of #fdc57a

RGB 253197122
HSL0.100.970.74
HSV34°52°99°
CMYK 0.000.220.52   0.01
XYZ63.987162.220327.0496
Yxy62.22030.41750.4060
Hunter Lab78.87986.758934.8841
CIE-Lab83.030411.360545.0146

#fdc57a color RGB value is (253,197,122).

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

The process color (four color CMYK) of #fdc57a color code is 0.00, 0.22, 0.52, 0.01. Web safe color of #fdc57a is #ffcc66. Color #fdc57a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000101 01111010
Octal 375 305 172
Decimal 253 197 122
Hex FD C5 7A

RGB Percentages of Color #fdc57a

%44.23
%34.44
%21.33

CMYK Percentages of Color #fdc57a

%0
%22
%52
%1

Triadic Colors of #fdc57a

#fdc57a #7afdc5 #c57afd

Analogous Colors of #fdc57a

#fdc57a #f4fd7a #fd847a

Monochromatic Colors of #fdc57a

#fdc57a

Complementary Color

#fdc57a #7ab2fd

#fdc57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc57a Color CSS Codes

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

#fdc57a Text Font Color

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

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


#fdc57a Background Color

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

This div background color is #fdc57a


#fdc57a Border Color

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

This div border color is #fdc57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc57a


Comments

No comments written yet.

Please login to write comment.