Color Hex Logo

#fcd11e Color Hex

#FCD11E
(252,209,30)
0 Favorites   0 Comments

Color spaces of #fcd11e

RGB 25220930
HSL0.130.970.55
HSV48°88°99°
CMYK 0.000.170.88   0.01
XYZ63.179766.390110.7129
Yxy66.39010.45040.4733
Hunter Lab81.4801-4.181349.2407
CIE-Lab85.19500.179482.1436

#fcd11e color RGB value is (252,209,30).

#fcd11e hex color red value is 252, green value is 209 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fcd11e hue: 0.13 , saturation: 0.97 and the lightness value of fcd11e is 0.55.

The process color (four color CMYK) of #fcd11e color hex is 0.00, 0.17, 0.88, 0.01. Web safe color of #fcd11e is #ffcc33. Color #fcd11e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010001 00011110
Octal 374 321 36
Decimal 252 209 30
Hex FC D1 1E

RGB Percentages of Color #fcd11e

%51.32
%42.57
%6.11

CMYK Percentages of Color #fcd11e

%0
%17
%88
%1

Triadic Colors of #fcd11e

#fcd11e #1efcd1 #d11efc

Analogous Colors of #fcd11e

#fcd11e #b8fc1e #fc621e

Monochromatic Colors of #fcd11e

#fcd11e

Complementary Color

#fcd11e #1e49fc

#fcd11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd11e Color CSS Codes

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

#fcd11e Text Font Color

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

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


#fcd11e Background Color

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

This div background color is #fcd11e


#fcd11e Border Color

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

This div border color is #fcd11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd11e


Comments

No comments written yet.

Please login to write comment.