Color Hex Logo

#fcd12b Color Hex

#FCD12B
(252,209,43)
0 Favorites   0 Comments

Color spaces of #fcd12b

RGB 25220943
HSL0.130.970.58
HSV48°83°99°
CMYK 0.000.170.83   0.01
XYZ63.381466.470811.7751
Yxy66.47080.44750.4693
Hunter Lab81.5296-3.910448.5076
CIE-Lab85.23600.466679.2583

#fcd12b color RGB value is (252,209,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010001 00101011
Octal 374 321 53
Decimal 252 209 43
Hex FC D1 2B

RGB Percentages of Color #fcd12b

%50.00
%41.47
%8.53

CMYK Percentages of Color #fcd12b

%0
%17
%83
%1

Triadic Colors of #fcd12b

#fcd12b #2bfcd1 #d12bfc

Analogous Colors of #fcd12b

#fcd12b #bffc2b #fc692b

Monochromatic Colors of #fcd12b

#fcd12b

Complementary Color

#fcd12b #2b56fc

#fcd12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd12b Color CSS Codes

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

#fcd12b Text Font Color

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

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


#fcd12b Background Color

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

This div background color is #fcd12b


#fcd12b Border Color

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

This div border color is #fcd12b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd12b

Related Colors


Comments

No comments written yet.

Please login to write comment.