Color Hex Logo

#ffd997 Color Hex

#FFD997
(255,217,151)
0 Favorites   0 Comments

Color spaces of #ffd997

RGB 255217151
HSL0.111.000.80
HSV38°41°100°
CMYK 0.000.150.41   0.00
XYZ71.638873.120139.6160
Yxy73.12010.38850.3966
Hunter Lab85.5103-0.099332.3888
CIE-Lab88.50504.577537.4011

#ffd997 color RGB value is (255,217,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011001 10010111
Octal 377 331 227
Decimal 255 217 151
Hex FF D9 97

RGB Percentages of Color #ffd997

%40.93
%34.83
%24.24

CMYK Percentages of Color #ffd997

%0
%15
%41
%0

Triadic Colors of #ffd997

#ffd997 #97ffd9 #d997ff

Analogous Colors of #ffd997

#ffd997 #f1ff97 #ffa597

Monochromatic Colors of #ffd997

#ffd997

Complementary Color

#ffd997 #97bdff

#ffd997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd997 Color CSS Codes

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

#ffd997 Text Font Color

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

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


#ffd997 Background Color

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

This div background color is #ffd997


#ffd997 Border Color

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

This div border color is #ffd997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd997

#ffd997 Color Palettes


Comments

No comments written yet.

Please login to write comment.