Color Hex Logo

#fcd798 Color Hex

#FCD798
(252,215,152)
0 Favorites   0 Comments

Color spaces of #fcd798

RGB 252215152
HSL0.110.940.79
HSV38°40°99°
CMYK 0.000.150.40   0.01
XYZ70.112871.563339.8235
Yxy71.56330.38630.3943
Hunter Lab84.5951-0.099831.3055
CIE-Lab87.75804.543235.8644

#fcd798 color RGB value is (252,215,152).

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

The process color (four color CMYK) of #fcd798 color hex is 0.00, 0.15, 0.40, 0.01. Web safe color of #fcd798 is #ffcc99. Color #fcd798 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 10011000
Octal 374 327 230
Decimal 252 215 152
Hex FC D7 98

RGB Percentages of Color #fcd798

%40.71
%34.73
%24.56

CMYK Percentages of Color #fcd798

%0
%15
%40
%1

Triadic Colors of #fcd798

#fcd798 #98fcd7 #d798fc

Analogous Colors of #fcd798

#fcd798 #effc98 #fca598

Monochromatic Colors of #fcd798

#fcd798

Complementary Color

#fcd798 #98bdfc

#fcd798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd798 Color CSS Codes

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

#fcd798 Text Font Color

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

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


#fcd798 Background Color

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

This div background color is #fcd798


#fcd798 Border Color

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

This div border color is #fcd798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd798

Related Colors


Comments

No comments written yet.

Please login to write comment.