Color Hex Logo

#fcdc85 Color Hex

#FCDC85
(252,220,133)
0 Favorites   0 Comments

Color spaces of #fcdc85

RGB 252220133
HSL0.120.950.75
HSV44°47°99°
CMYK 0.000.130.47   0.01
XYZ69.971773.575332.7038
Yxy73.57530.39700.4174
Hunter Lab85.7760-4.496937.4378
CIE-Lab88.72140.087346.6144

#fcdc85 color RGB value is (252,220,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 10000101
Octal 374 334 205
Decimal 252 220 133
Hex FC DC 85

RGB Percentages of Color #fcdc85

%41.65
%36.36
%21.98

CMYK Percentages of Color #fcdc85

%0
%13
%47
%1

Triadic Colors of #fcdc85

#fcdc85 #85fcdc #dc85fc

Analogous Colors of #fcdc85

#fcdc85 #e1fc85 #fca185

Monochromatic Colors of #fcdc85

#fcdc85

Complementary Color

#fcdc85 #85a5fc

#fcdc85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdc85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdc85 Color CSS Codes

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

#fcdc85 Text Font Color

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

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


#fcdc85 Background Color

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

This div background color is #fcdc85


#fcdc85 Border Color

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

This div border color is #fcdc85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdc85

Related Colors


Comments

No comments written yet.

Please login to write comment.