Color Hex Logo

#fcdc81 Color Hex

#FCDC81
(252,220,129)
0 Favorites   0 Comments

Color spaces of #fcdc81

RGB 252220129
HSL0.120.950.75
HSV44°49°99°
CMYK 0.000.130.49   0.01
XYZ69.700573.466831.2758
Yxy73.46680.39960.4212
Hunter Lab85.7128-4.843538.3646
CIE-Lab88.6699-0.274748.5041

#fcdc81 color RGB value is (252,220,129).

#fcdc81 hex color red value is 252, green value is 220 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #fcdc81 hue: 0.12 , saturation: 0.95 and the lightness value of fcdc81 is 0.75.

The process color (four color CMYK) of #fcdc81 color hex is 0.00, 0.13, 0.49, 0.01. Web safe color of #fcdc81 is #ffcc99. Color #fcdc81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 10000001
Octal 374 334 201
Decimal 252 220 129
Hex FC DC 81

RGB Percentages of Color #fcdc81

%41.93
%36.61
%21.46

CMYK Percentages of Color #fcdc81

%0
%13
%49
%1

Triadic Colors of #fcdc81

#fcdc81 #81fcdc #dc81fc

Analogous Colors of #fcdc81

#fcdc81 #dffc81 #fc9f81

Monochromatic Colors of #fcdc81

#fcdc81

Complementary Color

#fcdc81 #81a1fc

#fcdc81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdc81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdc81 Color CSS Codes

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

#fcdc81 Text Font Color

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

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


#fcdc81 Background Color

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

This div background color is #fcdc81


#fcdc81 Border Color

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

This div border color is #fcdc81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdc81


Comments

No comments written yet.

Please login to write comment.