Color Hex Logo

#ffd97d Color Hex

#FFD97D
(255,217,125)
1 Favorites   0 Comments

Color spaces of #ffd97d

RGB 255217125
HSL0.121.000.75
HSV42°51°100°
CMYK 0.000.150.51   0.00
XYZ69.754572.366429.6937
Yxy72.36640.40600.4212
Hunter Lab85.0684-2.503238.8523
CIE-Lab88.14472.105549.8623

#ffd97d color RGB value is (255,217,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011001 01111101
Octal 377 331 175
Decimal 255 217 125
Hex FF D9 7D

RGB Percentages of Color #ffd97d

%42.71
%36.35
%20.94

CMYK Percentages of Color #ffd97d

%0
%15
%51
%0

Triadic Colors of #ffd97d

#ffd97d #7dffd9 #d97dff

Analogous Colors of #ffd97d

#ffd97d #e4ff7d #ff987d

Monochromatic Colors of #ffd97d

#ffd97d

Complementary Color

#ffd97d #7da3ff

#ffd97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd97d Color CSS Codes

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

#ffd97d Text Font Color

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

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


#ffd97d Background Color

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

This div background color is #ffd97d


#ffd97d Border Color

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

This div border color is #ffd97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd97d

Related Colors


Comments

No comments written yet.

Please login to write comment.