Color Hex Logo

#ffd97b Color Hex

#FFD97B
(255,217,123)
0 Favorites   0 Comments

Color spaces of #ffd97b

RGB 255217123
HSL0.121.000.74
HSV43°52°100°
CMYK 0.000.150.52   0.00
XYZ69.628072.315829.0274
Yxy72.31580.40720.4230
Hunter Lab85.0387-2.665539.2888
CIE-Lab88.12041.937450.7979

#ffd97b color RGB value is (255,217,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011001 01111011
Octal 377 331 173
Decimal 255 217 123
Hex FF D9 7B

RGB Percentages of Color #ffd97b

%42.86
%36.47
%20.67

CMYK Percentages of Color #ffd97b

%0
%15
%52
%0

Triadic Colors of #ffd97b

#ffd97b #7bffd9 #d97bff

Analogous Colors of #ffd97b

#ffd97b #e3ff7b #ff977b

Monochromatic Colors of #ffd97b

#ffd97b

Complementary Color

#ffd97b #7ba1ff

#ffd97b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd97b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd97b Color CSS Codes

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

#ffd97b Text Font Color

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

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


#ffd97b Background Color

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

This div background color is #ffd97b


#ffd97b Border Color

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

This div border color is #ffd97b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd97b

Related Colors


Comments

No comments written yet.

Please login to write comment.