Color Hex Logo

#fcd85e Color Hex

#FCD85E
(252,216,94)
0 Favorites   0 Comments

Color spaces of #fcd85e

RGB 25221694
HSL0.130.960.68
HSV46°63°99°
CMYK 0.000.140.63   0.01
XYZ66.721170.615320.7032
Yxy70.61530.42220.4468
Hunter Lab84.0329-5.330844.2158
CIE-Lab87.2978-0.878863.0931

#fcd85e color RGB value is (252,216,94).

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

The process color (four color CMYK) of #fcd85e color hex is 0.00, 0.14, 0.63, 0.01. Web safe color of #fcd85e is #ffcc66. Color #fcd85e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011000 01011110
Octal 374 330 136
Decimal 252 216 94
Hex FC D8 5E

RGB Percentages of Color #fcd85e

%44.84
%38.43
%16.73

CMYK Percentages of Color #fcd85e

%0
%14
%63
%1

Triadic Colors of #fcd85e

#fcd85e #5efcd8 #d85efc

Analogous Colors of #fcd85e

#fcd85e #d1fc5e #fc895e

Monochromatic Colors of #fcd85e

#fcd85e

Complementary Color

#fcd85e #5e82fc

#fcd85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd85e Color CSS Codes

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

#fcd85e Text Font Color

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

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


#fcd85e Background Color

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

This div background color is #fcd85e


#fcd85e Border Color

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

This div border color is #fcd85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd85e


Comments

No comments written yet.

Please login to write comment.