Color Hex Logo

#fcd99d Color Hex

#FCD99D
(252,217,157)
0 Favorites   0 Comments

Color spaces of #fcd99d

RGB 252217157
HSL0.110.940.80
HSV38°38°99°
CMYK 0.000.140.38   0.01
XYZ71.043572.755542.1971
Yxy72.75550.38200.3912
Hunter Lab85.2968-0.597330.3765
CIE-Lab88.33104.063634.0653

#fcd99d color RGB value is (252,217,157).

#fcd99d hex color red value is 252, green value is 217 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #fcd99d hue: 0.11 , saturation: 0.94 and the lightness value of fcd99d is 0.80.

The process color (four color CMYK) of #fcd99d color hex is 0.00, 0.14, 0.38, 0.01. Web safe color of #fcd99d is #ffcc99. Color #fcd99d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011001 10011101
Octal 374 331 235
Decimal 252 217 157
Hex FC D9 9D

RGB Percentages of Color #fcd99d

%40.26
%34.66
%25.08

CMYK Percentages of Color #fcd99d

%0
%14
%38
%1

Triadic Colors of #fcd99d

#fcd99d #9dfcd9 #d99dfc

Analogous Colors of #fcd99d

#fcd99d #f0fc9d #fcaa9d

Monochromatic Colors of #fcd99d

#fcd99d

Complementary Color

#fcd99d #9dc0fc

#fcd99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd99d Color CSS Codes

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

#fcd99d Text Font Color

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

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


#fcd99d Background Color

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

This div background color is #fcd99d


#fcd99d Border Color

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

This div border color is #fcd99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd99d

#fcd99d Color Palettes


Comments

No comments written yet.

Please login to write comment.