Color Hex Logo

#fcd97a Color Hex

#FCD97A
(252,217,122)
0 Favorites   0 Comments

Color spaces of #fcd97a

RGB 252217122
HSL0.120.960.73
HSV44°52°99°
CMYK 0.000.140.52   0.01
XYZ68.470671.726328.6481
Yxy71.72630.40550.4248
Hunter Lab84.6914-3.897739.2283
CIE-Lab87.83670.648850.8719

#fcd97a color RGB value is (252,217,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011001 01111010
Octal 374 331 172
Decimal 252 217 122
Hex FC D9 7A

RGB Percentages of Color #fcd97a

%42.64
%36.72
%20.64

CMYK Percentages of Color #fcd97a

%0
%14
%52
%1

Triadic Colors of #fcd97a

#fcd97a #7afcd9 #d97afc

Analogous Colors of #fcd97a

#fcd97a #defc7a #fc987a

Monochromatic Colors of #fcd97a

#fcd97a

Complementary Color

#fcd97a #7a9dfc

#fcd97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd97a Color CSS Codes

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

#fcd97a Text Font Color

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

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


#fcd97a Background Color

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

This div background color is #fcd97a


#fcd97a Border Color

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

This div border color is #fcd97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd97a


Comments

No comments written yet.

Please login to write comment.