Color Hex Logo

#fdca20 Color Hex

#FDCA20
(253,202,32)
0 Favorites   0 Comments

Color spaces of #fdca20

RGB 25320232
HSL0.130.980.56
HSV46°87°99°
CMYK 0.000.200.87   0.01
XYZ61.889363.228010.3088
Yxy63.22800.45700.4669
Hunter Lab79.5160-0.222147.9746
CIE-Lab83.56224.226180.5042

#fdca20 color RGB value is (253,202,32).

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

The process color (four color CMYK) of #fdca20 color hex is 0.00, 0.20, 0.87, 0.01. Web safe color of #fdca20 is #ffcc33. Color #fdca20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 00100000
Octal 375 312 40
Decimal 253 202 32
Hex FD CA 20

RGB Percentages of Color #fdca20

%51.95
%41.48
%6.57

CMYK Percentages of Color #fdca20

%0
%20
%87
%1

Triadic Colors of #fdca20

#fdca20 #20fdca #ca20fd

Analogous Colors of #fdca20

#fdca20 #c2fd20 #fd5c20

Monochromatic Colors of #fdca20

#fdca20

Complementary Color

#fdca20 #2053fd

#fdca20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdca20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdca20 Color CSS Codes

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

#fdca20 Text Font Color

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

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


#fdca20 Background Color

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

This div background color is #fdca20


#fdca20 Border Color

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

This div border color is #fdca20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdca20

Related Colors


Comments

No comments written yet.

Please login to write comment.