Color Hex Logo

#fdc524 Color Hex

#FDC524
(253,197,36)
0 Favorites   0 Comments

Color spaces of #fdc524

RGB 25319736
HSL0.120.980.57
HSV45°86°99°
CMYK 0.000.220.86   0.01
XYZ60.792760.942510.2280
Yxy60.94250.46070.4618
Hunter Lab78.06572.389846.8779
CIE-Lab82.34786.885678.6492

#fdc524 color RGB value is (253,197,36).

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

The process color (four color CMYK) of #fdc524 color hex is 0.00, 0.22, 0.86, 0.01. Web safe color of #fdc524 is #ffcc33. Color #fdc524 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000101 00100100
Octal 375 305 44
Decimal 253 197 36
Hex FD C5 24

RGB Percentages of Color #fdc524

%52.06
%40.53
%7.41

CMYK Percentages of Color #fdc524

%0
%22
%86
%1

Triadic Colors of #fdc524

#fdc524 #24fdc5 #c524fd

Analogous Colors of #fdc524

#fdc524 #c9fd24 #fd5924

Monochromatic Colors of #fdc524

#fdc524

Complementary Color

#fdc524 #245cfd

#fdc524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc524 Color CSS Codes

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

#fdc524 Text Font Color

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

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


#fdc524 Background Color

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

This div background color is #fdc524


#fdc524 Border Color

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

This div border color is #fdc524


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc524


Comments

No comments written yet.

Please login to write comment.