Color Hex Logo

#fcd97e Color Hex

#FCD97E
(252,217,126)
0 Favorites   0 Comments

Color spaces of #fcd97e

RGB 252217126
HSL0.120.950.74
HSV43°50°99°
CMYK 0.000.140.50   0.01
XYZ68.723671.827529.9806
Yxy71.82750.40300.4212
Hunter Lab84.7511-3.571038.3520
CIE-Lab87.88550.989848.9991

#fcd97e color RGB value is (252,217,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011001 01111110
Octal 374 331 176
Decimal 252 217 126
Hex FC D9 7E

RGB Percentages of Color #fcd97e

%42.35
%36.47
%21.18

CMYK Percentages of Color #fcd97e

%0
%14
%50
%1

Triadic Colors of #fcd97e

#fcd97e #7efcd9 #d97efc

Analogous Colors of #fcd97e

#fcd97e #e0fc7e #fc9a7e

Monochromatic Colors of #fcd97e

#fcd97e

Complementary Color

#fcd97e #7ea1fc

#fcd97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd97e Color CSS Codes

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

#fcd97e Text Font Color

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

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


#fcd97e Background Color

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

This div background color is #fcd97e


#fcd97e Border Color

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

This div border color is #fcd97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd97e


Comments

No comments written yet.

Please login to write comment.