Color Hex Logo

#ffd697 Color Hex

#FFD697
(255,214,151)
1 Favorites   0 Comments

Color spaces of #ffd697

RGB 255214151
HSL0.101.000.80
HSV36°41°100°
CMYK 0.000.160.41   0.00
XYZ70.872571.587539.3605
Yxy71.58750.38980.3937
Hunter Lab84.60941.452931.6447
CIE-Lab87.76976.118736.4410

#ffd697 color RGB value is (255,214,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010110 10010111
Octal 377 326 227
Decimal 255 214 151
Hex FF D6 97

RGB Percentages of Color #ffd697

%41.13
%34.52
%24.35

CMYK Percentages of Color #ffd697

%0
%16
%41
%0

Triadic Colors of #ffd697

#ffd697 #97ffd6 #d697ff

Analogous Colors of #ffd697

#ffd697 #f4ff97 #ffa297

Monochromatic Colors of #ffd697

#ffd697

Complementary Color

#ffd697 #97c0ff

#ffd697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd697 Color CSS Codes

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

#ffd697 Text Font Color

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

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


#ffd697 Background Color

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

This div background color is #ffd697


#ffd697 Border Color

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

This div border color is #ffd697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd697

Related Colors

#ffd697 Color Palettes


Comments

No comments written yet.

Please login to write comment.