Color Hex Logo

#fcdc5b Color Hex

#FCDC5B
(252,220,91)
0 Favorites   0 Comments

Color spaces of #fcdc5b

RGB 25222091
HSL0.130.960.67
HSV48°64°99°
CMYK 0.000.130.64   0.01
XYZ67.626472.637220.3536
Yxy72.63720.42100.4522
Hunter Lab85.2275-7.511645.4999
CIE-Lab88.2744-3.087665.4279

#fcdc5b color RGB value is (252,220,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 01011011
Octal 374 334 133
Decimal 252 220 91
Hex FC DC 5B

RGB Percentages of Color #fcdc5b

%44.76
%39.08
%16.16

CMYK Percentages of Color #fcdc5b

%0
%13
%64
%1

Triadic Colors of #fcdc5b

#fcdc5b #5bfcdc #dc5bfc

Analogous Colors of #fcdc5b

#fcdc5b #ccfc5b #fc8c5b

Monochromatic Colors of #fcdc5b

#fcdc5b

Complementary Color

#fcdc5b #5b7bfc

#fcdc5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdc5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdc5b Color CSS Codes

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

#fcdc5b Text Font Color

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

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


#fcdc5b Background Color

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

This div background color is #fcdc5b


#fcdc5b Border Color

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

This div border color is #fcdc5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdc5b


Comments

No comments written yet.

Please login to write comment.