Color Hex Logo

#fcec85 Color Hex

#FCEC85
(252,236,133)
0 Favorites   0 Comments

Color spaces of #fcec85

RGB 252236133
HSL0.140.950.75
HSV52°47°99°
CMYK 0.000.060.47   0.01
XYZ74.374082.379834.1713
Yxy82.37980.38950.4315
Hunter Lab90.7633-12.567941.2123
CIE-Lab92.7422-7.967751.5727

#fcec85 color RGB value is (252,236,133).

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

The process color (four color CMYK) of #fcec85 color hex is 0.00, 0.06, 0.47, 0.01. Web safe color of #fcec85 is #ffff99. Color #fcec85 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101100 10000101
Octal 374 354 205
Decimal 252 236 133
Hex FC EC 85

RGB Percentages of Color #fcec85

%40.58
%38.00
%21.42

CMYK Percentages of Color #fcec85

%0
%6
%47
%1

Triadic Colors of #fcec85

#fcec85 #85fcec #ec85fc

Analogous Colors of #fcec85

#fcec85 #d1fc85 #fcb185

Monochromatic Colors of #fcec85

#fcec85

Complementary Color

#fcec85 #8595fc

#fcec85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcec85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcec85 Color CSS Codes

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

#fcec85 Text Font Color

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

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


#fcec85 Background Color

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

This div background color is #fcec85


#fcec85 Border Color

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

This div border color is #fcec85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcec85


Comments

No comments written yet.

Please login to write comment.