Color Hex Logo

#ffc497 Color Hex

#FFC497
(255,196,151)
0 Favorites   0 Comments

Color spaces of #ffc497

RGB 255196151
HSL0.071.000.80
HSV26°41°100°
CMYK 0.000.230.41   0.00
XYZ66.565862.974237.9250
Yxy62.97420.39750.3760
Hunter Lab79.356310.856227.2142
CIE-Lab83.428815.452730.7103

#ffc497 color RGB value is (255,196,151).

#ffc497 hex color red value is 255, green value is 196 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #ffc497 hue: 0.07 , saturation: 1.00 and the lightness value of ffc497 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000100 10010111
Octal 377 304 227
Decimal 255 196 151
Hex FF C4 97

RGB Percentages of Color #ffc497

%42.36
%32.56
%25.08

CMYK Percentages of Color #ffc497

%0
%23
%41
%0

Triadic Colors of #ffc497

#ffc497 #97ffc4 #c497ff

Analogous Colors of #ffc497

#ffc497 #fff897 #ff979e

Monochromatic Colors of #ffc497

#ffc497

Complementary Color

#ffc497 #97d2ff

#ffc497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc497 Color CSS Codes

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

#ffc497 Text Font Color

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

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


#ffc497 Background Color

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

This div background color is #ffc497


#ffc497 Border Color

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

This div border color is #ffc497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc497

Related Colors


Comments

No comments written yet.

Please login to write comment.