Color Hex Logo

#fcc297 Color Hex

#FCC297
(252,194,151)
0 Favorites   0 Comments

Color spaces of #fcc297

RGB 252194151
HSL0.070.940.79
HSV26°40°99°
CMYK 0.000.230.40   0.01
XYZ65.022661.513437.7244
Yxy61.51340.39590.3745
Hunter Lab78.430510.731726.3833
CIE-Lab82.654015.334429.6229

#fcc297 color RGB value is (252,194,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000010 10010111
Octal 374 302 227
Decimal 252 194 151
Hex FC C2 97

RGB Percentages of Color #fcc297

%42.21
%32.50
%25.29

CMYK Percentages of Color #fcc297

%0
%23
%40
%1

Triadic Colors of #fcc297

#fcc297 #97fcc2 #c297fc

Analogous Colors of #fcc297

#fcc297 #fcf597 #fc979f

Monochromatic Colors of #fcc297

#fcc297

Complementary Color

#fcc297 #97d1fc

#fcc297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc297 Color CSS Codes

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

#fcc297 Text Font Color

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

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


#fcc297 Background Color

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

This div background color is #fcc297


#fcc297 Border Color

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

This div border color is #fcc297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc297


Comments

No comments written yet.

Please login to write comment.