Color Hex Logo

#fcd112 Color Hex

#FCD112
(252,209,18)
0 Favorites   0 Comments

Color spaces of #fcd112

RGB 25220918
HSL0.140.980.53
HSV49°93°99°
CMYK 0.000.170.93   0.01
XYZ63.054566.340010.0538
Yxy66.34000.45220.4757
Hunter Lab81.4494-4.349649.6960
CIE-Lab85.16950.000784.0334

#fcd112 color RGB value is (252,209,18).

#fcd112 hex color red value is 252, green value is 209 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #fcd112 hue: 0.14 , saturation: 0.98 and the lightness value of fcd112 is 0.53.

The process color (four color CMYK) of #fcd112 color hex is 0.00, 0.17, 0.93, 0.01. Web safe color of #fcd112 is #ffcc00. Color #fcd112 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010001 00010010
Octal 374 321 22
Decimal 252 209 18
Hex FC D1 12

RGB Percentages of Color #fcd112

%52.61
%43.63
%3.76

CMYK Percentages of Color #fcd112

%0
%17
%93
%1

Triadic Colors of #fcd112

#fcd112 #12fcd1 #d112fc

Analogous Colors of #fcd112

#fcd112 #b2fc12 #fc5c12

Monochromatic Colors of #fcd112

#fcd112

Complementary Color

#fcd112 #123dfc

#fcd112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd112 Color CSS Codes

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

#fcd112 Text Font Color

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

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


#fcd112 Background Color

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

This div background color is #fcd112


#fcd112 Border Color

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

This div border color is #fcd112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd112

Related Colors


Comments

No comments written yet.

Please login to write comment.