Color Hex Logo

#fcd96e Color Hex

#FCD96E
(252,217,110)
0 Favorites   0 Comments

Color spaces of #fcd96e

RGB 252217110
HSL0.130.960.71
HSV45°56°99°
CMYK 0.000.140.56   0.01
XYZ67.772271.446924.9705
Yxy71.44690.41280.4351
Hunter Lab84.5263-4.801741.6531
CIE-Lab87.7017-0.298556.3760

#fcd96e color RGB value is (252,217,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011001 01101110
Octal 374 331 156
Decimal 252 217 110
Hex FC D9 6E

RGB Percentages of Color #fcd96e

%43.52
%37.48
%19.00

CMYK Percentages of Color #fcd96e

%0
%14
%56
%1

Triadic Colors of #fcd96e

#fcd96e #6efcd9 #d96efc

Analogous Colors of #fcd96e

#fcd96e #d8fc6e #fc926e

Monochromatic Colors of #fcd96e

#fcd96e

Complementary Color

#fcd96e #6e91fc

#fcd96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd96e Color CSS Codes

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

#fcd96e Text Font Color

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

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


#fcd96e Background Color

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

This div background color is #fcd96e


#fcd96e Border Color

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

This div border color is #fcd96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd96e

Related Colors


Comments

No comments written yet.

Please login to write comment.