Color Hex Logo

#ffd497 Color Hex

#FFD497
(255,212,151)
0 Favorites   0 Comments

Color spaces of #ffd497

RGB 255212151
HSL0.101.000.80
HSV35°41°100°
CMYK 0.000.170.41   0.00
XYZ70.369470.581339.1928
Yxy70.58130.39060.3918
Hunter Lab84.01272.490231.1495
CIE-Lab87.28127.148835.8014

#ffd497 color RGB value is (255,212,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010100 10010111
Octal 377 324 227
Decimal 255 212 151
Hex FF D4 97

RGB Percentages of Color #ffd497

%41.26
%34.30
%24.43

CMYK Percentages of Color #ffd497

%0
%17
%41
%0

Triadic Colors of #ffd497

#ffd497 #97ffd4 #d497ff

Analogous Colors of #ffd497

#ffd497 #f6ff97 #ffa097

Monochromatic Colors of #ffd497

#ffd497

Complementary Color

#ffd497 #97c2ff

#ffd497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd497 Color CSS Codes

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

#ffd497 Text Font Color

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

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


#ffd497 Background Color

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

This div background color is #ffd497


#ffd497 Border Color

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

This div border color is #ffd497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd497

Related Colors

#ffd497 Color Palettes


Comments

No comments written yet.

Please login to write comment.