Color Hex Logo

#fcd97d Color Hex

#FCD97D
(252,217,125)
0 Favorites   0 Comments

Color spaces of #fcd97d

RGB 252217125
HSL0.120.950.74
HSV43°50°99°
CMYK 0.000.140.50   0.01
XYZ68.659471.801829.6424
Yxy71.80180.40360.4221
Hunter Lab84.7359-3.653838.5743
CIE-Lab87.87310.903449.4688

#fcd97d color RGB value is (252,217,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011001 01111101
Octal 374 331 175
Decimal 252 217 125
Hex FC D9 7D

RGB Percentages of Color #fcd97d

%42.42
%36.53
%21.04

CMYK Percentages of Color #fcd97d

%0
%14
%50
%1

Triadic Colors of #fcd97d

#fcd97d #7dfcd9 #d97dfc

Analogous Colors of #fcd97d

#fcd97d #e0fc7d #fc9a7d

Monochromatic Colors of #fcd97d

#fcd97d

Complementary Color

#fcd97d #7da0fc

#fcd97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd97d Color CSS Codes

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

#fcd97d Text Font Color

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

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


#fcd97d Background Color

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

This div background color is #fcd97d


#fcd97d Border Color

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

This div border color is #fcd97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd97d


Comments

No comments written yet.

Please login to write comment.