Color Hex Logo

#fcc697 Color Hex

#FCC697
(252,198,151)
0 Favorites   0 Comments

Color spaces of #fcc697

RGB 252198151
HSL0.080.940.79
HSV28°40°99°
CMYK 0.000.210.40   0.01
XYZ65.924963.318038.0251
Yxy63.31800.39410.3785
Hunter Lab79.57268.632927.3681
CIE-Lab83.609413.244630.8980

#fcc697 color RGB value is (252,198,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000110 10010111
Octal 374 306 227
Decimal 252 198 151
Hex FC C6 97

RGB Percentages of Color #fcc697

%41.93
%32.95
%25.12

CMYK Percentages of Color #fcc697

%0
%21
%40
%1

Triadic Colors of #fcc697

#fcc697 #97fcc6 #c697fc

Analogous Colors of #fcc697

#fcc697 #fcf997 #fc979b

Monochromatic Colors of #fcc697

#fcc697

Complementary Color

#fcc697 #97cdfc

#fcc697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc697 Color CSS Codes

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

#fcc697 Text Font Color

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

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


#fcc697 Background Color

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

This div background color is #fcc697


#fcc697 Border Color

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

This div border color is #fcc697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc697

Related Colors


Comments

No comments written yet.

Please login to write comment.