Color Hex Logo

#fdca15 Color Hex

#FDCA15
(253,202,21)
0 Favorites   0 Comments

Color spaces of #fdca15

RGB 25320221
HSL0.130.980.54
HSV47°92°99°
CMYK 0.000.200.92   0.01
XYZ61.763963.17789.6487
Yxy63.17780.45890.4694
Hunter Lab79.4845-0.393348.4419
CIE-Lab83.53584.046882.4475

#fdca15 color RGB value is (253,202,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 00010101
Octal 375 312 25
Decimal 253 202 21
Hex FD CA 15

RGB Percentages of Color #fdca15

%53.15
%42.44
%4.41

CMYK Percentages of Color #fdca15

%0
%20
%92
%1

Triadic Colors of #fdca15

#fdca15 #15fdca #ca15fd

Analogous Colors of #fdca15

#fdca15 #bcfd15 #fd5615

Monochromatic Colors of #fdca15

#fdca15

Complementary Color

#fdca15 #1548fd

#fdca15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdca15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdca15 Color CSS Codes

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

#fdca15 Text Font Color

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

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


#fdca15 Background Color

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

This div background color is #fdca15


#fdca15 Border Color

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

This div border color is #fdca15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdca15


Comments

No comments written yet.

Please login to write comment.