Color Hex Logo

#fdc915 Color Hex

#FDC915
(253,201,21)
0 Favorites   0 Comments

Color spaces of #fdc915

RGB 25320121
HSL0.130.980.54
HSV47°92°99°
CMYK 0.000.210.92   0.01
XYZ61.530062.71019.5707
Yxy62.71010.45980.4686
Hunter Lab79.18970.111648.2671
CIE-Lab83.28964.560882.2639

#fdc915 color RGB value is (253,201,21).

#fdc915 hex color red value is 253, green value is 201 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #fdc915 hue: 0.13 , saturation: 0.98 and the lightness value of fdc915 is 0.54.

The process color (four color CMYK) of #fdc915 color hex is 0.00, 0.21, 0.92, 0.01. Web safe color of #fdc915 is #ffcc00. Color #fdc915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001001 00010101
Octal 375 311 25
Decimal 253 201 21
Hex FD C9 15

RGB Percentages of Color #fdc915

%53.26
%42.32
%4.42

CMYK Percentages of Color #fdc915

%0
%21
%92
%1

Triadic Colors of #fdc915

#fdc915 #15fdc9 #c915fd

Analogous Colors of #fdc915

#fdc915 #bdfd15 #fd5515

Monochromatic Colors of #fdc915

#fdc915

Complementary Color

#fdc915 #1549fd

#fdc915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc915 Color CSS Codes

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

#fdc915 Text Font Color

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

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


#fdc915 Background Color

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

This div background color is #fdc915


#fdc915 Border Color

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

This div border color is #fdc915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc915

Related Colors


Comments

No comments written yet.

Please login to write comment.