Color Hex Logo

#fdcd52 Color Hex

#FDCD52
(253,205,82)
0 Favorites   0 Comments

Color spaces of #fdcd52

RGB 25320582
HSL0.120.980.66
HSV43°68°99°
CMYK 0.000.190.68   0.01
XYZ63.862365.154517.1928
Yxy65.15450.43680.4456
Hunter Lab80.7183-0.032443.8742
CIE-Lab84.56334.468265.2850

#fdcd52 color RGB value is (253,205,82).

#fdcd52 hex color red value is 253, green value is 205 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #fdcd52 hue: 0.12 , saturation: 0.98 and the lightness value of fdcd52 is 0.66.

The process color (four color CMYK) of #fdcd52 color hex is 0.00, 0.19, 0.68, 0.01. Web safe color of #fdcd52 is #ffcc66. Color #fdcd52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 01010010
Octal 375 315 122
Decimal 253 205 82
Hex FD CD 52

RGB Percentages of Color #fdcd52

%46.85
%37.96
%15.19

CMYK Percentages of Color #fdcd52

%0
%19
%68
%1

Triadic Colors of #fdcd52

#fdcd52 #52fdcd #cd52fd

Analogous Colors of #fdcd52

#fdcd52 #d8fd52 #fd7852

Monochromatic Colors of #fdcd52

#fdcd52

Complementary Color

#fdcd52 #5282fd

#fdcd52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcd52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcd52 Color CSS Codes

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

#fdcd52 Text Font Color

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

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


#fdcd52 Background Color

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

This div background color is #fdcd52


#fdcd52 Border Color

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

This div border color is #fdcd52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcd52

Related Colors


Comments

No comments written yet.

Please login to write comment.