Color Hex Logo

#fcdc12 Color Hex

#FCDC12
(252,220,18)
0 Favorites   0 Comments

Color spaces of #fcdc12

RGB 25222018
HSL0.140.980.53
HSV52°93°99°
CMYK 0.000.130.93   0.01
XYZ65.847371.925510.9848
Yxy71.92550.44260.4835
Hunter Lab84.8089-9.824751.6867
CIE-Lab87.9327-5.564086.0891

#fcdc12 color RGB value is (252,220,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 00010010
Octal 374 334 22
Decimal 252 220 18
Hex FC DC 12

RGB Percentages of Color #fcdc12

%51.43
%44.90
%3.67

CMYK Percentages of Color #fcdc12

%0
%13
%93
%1

Triadic Colors of #fcdc12

#fcdc12 #12fcdc #dc12fc

Analogous Colors of #fcdc12

#fcdc12 #a7fc12 #fc6712

Monochromatic Colors of #fcdc12

#fcdc12

Complementary Color

#fcdc12 #1232fc

#fcdc12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdc12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdc12 Color CSS Codes

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

#fcdc12 Text Font Color

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

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


#fcdc12 Background Color

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

This div background color is #fcdc12


#fcdc12 Border Color

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

This div border color is #fcdc12


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,220,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 #fcdc12">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdc12

Related Colors


Comments

No comments written yet.

Please login to write comment.