Color Hex Logo

#fcdc5e Color Hex

#FCDC5E
(252,220,94)
0 Favorites   0 Comments

Color spaces of #fcdc5e

RGB 25222094
HSL0.130.960.68
HSV48°63°99°
CMYK 0.000.130.63   0.01
XYZ67.758572.690021.0490
Yxy72.69000.41960.4501
Hunter Lab85.2584-7.340745.0431
CIE-Lab88.2997-2.906064.1837

#fcdc5e color RGB value is (252,220,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 01011110
Octal 374 334 136
Decimal 252 220 94
Hex FC DC 5E

RGB Percentages of Color #fcdc5e

%44.52
%38.87
%16.61

CMYK Percentages of Color #fcdc5e

%0
%13
%63
%1

Triadic Colors of #fcdc5e

#fcdc5e #5efcdc #dc5efc

Analogous Colors of #fcdc5e

#fcdc5e #cdfc5e #fc8d5e

Monochromatic Colors of #fcdc5e

#fcdc5e

Complementary Color

#fcdc5e #5e7efc

#fcdc5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdc5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdc5e Color CSS Codes

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

#fcdc5e Text Font Color

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

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


#fcdc5e Background Color

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

This div background color is #fcdc5e


#fcdc5e Border Color

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

This div border color is #fcdc5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdc5e

Related Colors


Comments

No comments written yet.

Please login to write comment.