Color Hex Logo

#ffb97d Color Hex

#FFB97D
(255,185,125)
0 Favorites   0 Comments

Color spaces of #ffb97d

RGB 255185125
HSL0.081.000.75
HSV28°51°100°
CMYK 0.000.270.51   0.00
XYZ62.290657.438627.2057
Yxy57.43860.42390.3909
Hunter Lab75.788314.080231.7685
CIE-Lab80.425718.680440.2823

#ffb97d color RGB value is (255,185,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111001 01111101
Octal 377 271 175
Decimal 255 185 125
Hex FF B9 7D

RGB Percentages of Color #ffb97d

%45.13
%32.74
%22.12

CMYK Percentages of Color #ffb97d

%0
%27
%51
%0

Triadic Colors of #ffb97d

#ffb97d #7dffb9 #b97dff

Analogous Colors of #ffb97d

#ffb97d #fffa7d #ff7d82

Monochromatic Colors of #ffb97d

#ffb97d

Complementary Color

#ffb97d #7dc3ff

#ffb97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb97d Color CSS Codes

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

#ffb97d Text Font Color

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

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


#ffb97d Background Color

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

This div background color is #ffb97d


#ffb97d Border Color

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

This div border color is #ffb97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb97d

Related Colors


Comments

No comments written yet.

Please login to write comment.