Color Hex Logo

#fcdc5a Color Hex

#FCDC5A
(252,220,90)
0 Favorites   0 Comments

Color spaces of #fcdc5a

RGB 25222090
HSL0.130.960.67
HSV48°64°99°
CMYK 0.000.130.64   0.01
XYZ67.583572.620020.1279
Yxy72.62000.42150.4529
Hunter Lab85.2174-7.567145.6482
CIE-Lab88.2662-3.146665.8380

#fcdc5a color RGB value is (252,220,90).

#fcdc5a hex color red value is 252, green value is 220 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fcdc5a hue: 0.13 , saturation: 0.96 and the lightness value of fcdc5a is 0.67.

The process color (four color CMYK) of #fcdc5a color hex is 0.00, 0.13, 0.64, 0.01. Web safe color of #fcdc5a is #ffcc66. Color #fcdc5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 01011010
Octal 374 334 132
Decimal 252 220 90
Hex FC DC 5A

RGB Percentages of Color #fcdc5a

%44.84
%39.15
%16.01

CMYK Percentages of Color #fcdc5a

%0
%13
%64
%1

Triadic Colors of #fcdc5a

#fcdc5a #5afcdc #dc5afc

Analogous Colors of #fcdc5a

#fcdc5a #cbfc5a #fc8b5a

Monochromatic Colors of #fcdc5a

#fcdc5a

Complementary Color

#fcdc5a #5a7afc

#fcdc5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdc5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdc5a Color CSS Codes

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

#fcdc5a Text Font Color

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

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


#fcdc5a Background Color

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

This div background color is #fcdc5a


#fcdc5a Border Color

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

This div border color is #fcdc5a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,220,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcdc5a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcdc5a;
  -webkit-box-shadow: 1px 1px 3px 2px #fcdc5a;
  box-shadow:         1px 1px 3px 2px #fcdc5a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,220,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdc5a


Comments

No comments written yet.

Please login to write comment.