Color Hex Logo

#fcdc72 Color Hex

#FCDC72
(252,220,114)
0 Favorites   0 Comments

Color spaces of #fcdc72

RGB 252220114
HSL0.130.960.72
HSV46°55°99°
CMYK 0.000.130.55   0.01
XYZ68.775373.096826.4038
Yxy73.09680.40870.4344
Hunter Lab85.4967-6.030041.5372
CIE-Lab88.4939-1.520055.4430

#fcdc72 color RGB value is (252,220,114).

#fcdc72 hex color red value is 252, green value is 220 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #fcdc72 hue: 0.13 , saturation: 0.96 and the lightness value of fcdc72 is 0.72.

The process color (four color CMYK) of #fcdc72 color hex is 0.00, 0.13, 0.55, 0.01. Web safe color of #fcdc72 is #ffcc66. Color #fcdc72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 01110010
Octal 374 334 162
Decimal 252 220 114
Hex FC DC 72

RGB Percentages of Color #fcdc72

%43.00
%37.54
%19.45

CMYK Percentages of Color #fcdc72

%0
%13
%55
%1

Triadic Colors of #fcdc72

#fcdc72 #72fcdc #dc72fc

Analogous Colors of #fcdc72

#fcdc72 #d7fc72 #fc9772

Monochromatic Colors of #fcdc72

#fcdc72

Complementary Color

#fcdc72 #7292fc

#fcdc72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdc72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdc72 Color CSS Codes

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

#fcdc72 Text Font Color

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

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


#fcdc72 Background Color

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

This div background color is #fcdc72


#fcdc72 Border Color

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

This div border color is #fcdc72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdc72


Comments

No comments written yet.

Please login to write comment.