Color Hex Logo

#fcdc59 Color Hex

#FCDC59
(252,220,89)
0 Favorites   0 Comments

Color spaces of #fcdc59

RGB 25222089
HSL0.130.960.67
HSV48°65°99°
CMYK 0.000.130.65   0.01
XYZ67.541372.603119.9052
Yxy72.60310.42200.4536
Hunter Lab85.2075-7.621645.7946
CIE-Lab88.2581-3.204666.2458

#fcdc59 color RGB value is (252,220,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 01011001
Octal 374 334 131
Decimal 252 220 89
Hex FC DC 59

RGB Percentages of Color #fcdc59

%44.92
%39.22
%15.86

CMYK Percentages of Color #fcdc59

%0
%13
%65
%1

Triadic Colors of #fcdc59

#fcdc59 #59fcdc #dc59fc

Analogous Colors of #fcdc59

#fcdc59 #cbfc59 #fc8b59

Monochromatic Colors of #fcdc59

#fcdc59

Complementary Color

#fcdc59 #5979fc

#fcdc59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdc59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdc59 Color CSS Codes

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

#fcdc59 Text Font Color

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

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


#fcdc59 Background Color

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

This div background color is #fcdc59


#fcdc59 Border Color

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

This div border color is #fcdc59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdc59


Comments

No comments written yet.

Please login to write comment.