Color Hex Logo

#ffd97f Color Hex

#FFD97F
(255,217,127)
0 Favorites   0 Comments

Color spaces of #ffd97f

RGB 255217127
HSL0.121.000.75
HSV42°50°100°
CMYK 0.000.150.50   0.00
XYZ69.883672.418030.3735
Yxy72.41800.40470.4194
Hunter Lab85.0988-2.337638.4073
CIE-Lab88.16942.276948.9227

#ffd97f color RGB value is (255,217,127).

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

The process color (four color CMYK) of #ffd97f color hex is 0.00, 0.15, 0.50, 0.00. Web safe color of #ffd97f is #ffcc66. Color #ffd97f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011001 01111111
Octal 377 331 177
Decimal 255 217 127
Hex FF D9 7F

RGB Percentages of Color #ffd97f

%42.57
%36.23
%21.20

CMYK Percentages of Color #ffd97f

%0
%15
%50
%0

Triadic Colors of #ffd97f

#ffd97f #7fffd9 #d97fff

Analogous Colors of #ffd97f

#ffd97f #e5ff7f #ff997f

Monochromatic Colors of #ffd97f

#ffd97f

Complementary Color

#ffd97f #7fa5ff

#ffd97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd97f Color CSS Codes

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

#ffd97f Text Font Color

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

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


#ffd97f Background Color

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

This div background color is #ffd97f


#ffd97f Border Color

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

This div border color is #ffd97f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,217,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ffd97f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd97f


Comments

No comments written yet.

Please login to write comment.