Color Hex Logo

#fdca52 Color Hex

#FDCA52
(253,202,82)
1 Favorites   0 Comments

Color spaces of #fdca52

RGB 25320282
HSL0.120.980.66
HSV42°68°99°
CMYK 0.000.200.68   0.01
XYZ63.151563.732916.9559
Yxy63.73290.43900.4431
Hunter Lab79.83291.494243.2903
CIE-Lab83.82656.013264.5135

#fdca52 color RGB value is (253,202,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 01010010
Octal 375 312 122
Decimal 253 202 82
Hex FD CA 52

RGB Percentages of Color #fdca52

%47.11
%37.62
%15.27

CMYK Percentages of Color #fdca52

%0
%20
%68
%1

Triadic Colors of #fdca52

#fdca52 #52fdca #ca52fd

Analogous Colors of #fdca52

#fdca52 #dbfd52 #fd7552

Monochromatic Colors of #fdca52

#fdca52

Complementary Color

#fdca52 #5285fd

#fdca52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdca52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdca52 Color CSS Codes

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

#fdca52 Text Font Color

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

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


#fdca52 Background Color

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

This div background color is #fdca52


#fdca52 Border Color

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

This div border color is #fdca52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdca52

Related Colors


Comments

No comments written yet.

Please login to write comment.