Color Hex Logo

#fcd12e Color Hex

#FCD12E
(252,209,46)
0 Favorites   0 Comments

Color spaces of #fcd12e

RGB 25220946
HSL0.130.970.58
HSV47°82°99°
CMYK 0.000.170.82   0.01
XYZ63.438566.493612.0758
Yxy66.49360.44670.4682
Hunter Lab81.5436-3.833648.3003
CIE-Lab85.24760.547978.4739

#fcd12e color RGB value is (252,209,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010001 00101110
Octal 374 321 56
Decimal 252 209 46
Hex FC D1 2E

RGB Percentages of Color #fcd12e

%49.70
%41.22
%9.07

CMYK Percentages of Color #fcd12e

%0
%17
%82
%1

Triadic Colors of #fcd12e

#fcd12e #2efcd1 #d12efc

Analogous Colors of #fcd12e

#fcd12e #c0fc2e #fc6a2e

Monochromatic Colors of #fcd12e

#fcd12e

Complementary Color

#fcd12e #2e59fc

#fcd12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd12e Color CSS Codes

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

#fcd12e Text Font Color

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

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


#fcd12e Background Color

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

This div background color is #fcd12e


#fcd12e Border Color

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

This div border color is #fcd12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd12e

Related Colors


Comments

No comments written yet.

Please login to write comment.