Color Hex Logo

#fdc752 Color Hex

#FDC752
(253,199,82)
0 Favorites   0 Comments

Color spaces of #fdc752

RGB 25319982
HSL0.110.980.66
HSV41°68°99°
CMYK 0.000.210.68   0.01
XYZ62.454462.338716.7235
Yxy62.33870.44130.4405
Hunter Lab78.95493.025042.7101
CIE-Lab83.09327.562763.7431

#fdc752 color RGB value is (253,199,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000111 01010010
Octal 375 307 122
Decimal 253 199 82
Hex FD C7 52

RGB Percentages of Color #fdc752

%47.38
%37.27
%15.36

CMYK Percentages of Color #fdc752

%0
%21
%68
%1

Triadic Colors of #fdc752

#fdc752 #52fdc7 #c752fd

Analogous Colors of #fdc752

#fdc752 #defd52 #fd7252

Monochromatic Colors of #fdc752

#fdc752

Complementary Color

#fdc752 #5288fd

#fdc752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc752 Color CSS Codes

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

#fdc752 Text Font Color

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

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


#fdc752 Background Color

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

This div background color is #fdc752


#fdc752 Border Color

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

This div border color is #fdc752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc752


Comments

No comments written yet.

Please login to write comment.