Color Hex Logo

#fdca54 Color Hex

#FDCA54
(253,202,84)
0 Favorites   0 Comments

Color spaces of #fdca54

RGB 25320284
HSL0.120.980.66
HSV42°67°99°
CMYK 0.000.200.67   0.01
XYZ63.228863.763817.3626
Yxy63.76380.43800.4417
Hunter Lab79.85221.598943.0049
CIE-Lab83.84266.121663.6878

#fdca54 color RGB value is (253,202,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 01010100
Octal 375 312 124
Decimal 253 202 84
Hex FD CA 54

RGB Percentages of Color #fdca54

%46.94
%37.48
%15.58

CMYK Percentages of Color #fdca54

%0
%20
%67
%1

Triadic Colors of #fdca54

#fdca54 #54fdca #ca54fd

Analogous Colors of #fdca54

#fdca54 #dcfd54 #fd7654

Monochromatic Colors of #fdca54

#fdca54

Complementary Color

#fdca54 #5487fd

#fdca54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdca54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdca54 Color CSS Codes

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

#fdca54 Text Font Color

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

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


#fdca54 Background Color

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

This div background color is #fdca54


#fdca54 Border Color

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

This div border color is #fdca54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdca54


Comments

No comments written yet.

Please login to write comment.