Color Hex Logo

#fcc998 Color Hex

#FCC998
(252,201,152)
0 Favorites   0 Comments

Color spaces of #fcc998

RGB 252201152
HSL0.080.940.79
HSV29°40°99°
CMYK 0.000.200.40   0.01
XYZ66.699064.735738.6856
Yxy64.73570.39210.3805
Hunter Lab80.45857.171727.8135
CIE-Lab84.347411.789431.3595

#fcc998 color RGB value is (252,201,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 10011000
Octal 374 311 230
Decimal 252 201 152
Hex FC C9 98

RGB Percentages of Color #fcc998

%41.65
%33.22
%25.12

CMYK Percentages of Color #fcc998

%0
%20
%40
%1

Triadic Colors of #fcc998

#fcc998 #98fcc9 #c998fc

Analogous Colors of #fcc998

#fcc998 #fcfb98 #fc9899

Monochromatic Colors of #fcc998

#fcc998

Complementary Color

#fcc998 #98cbfc

#fcc998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc998 Color CSS Codes

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

#fcc998 Text Font Color

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

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


#fcc998 Background Color

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

This div background color is #fcc998


#fcc998 Border Color

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

This div border color is #fcc998


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,201,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 #fcc998">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc998


Comments

No comments written yet.

Please login to write comment.