Color Hex Logo

#ffb97e Color Hex

#FFB97E
(255,185,126)
0 Favorites   0 Comments

Color spaces of #ffb97e

RGB 255185126
HSL0.081.000.75
HSV27°51°100°
CMYK 0.000.270.51   0.00
XYZ62.354957.464327.5439
Yxy57.46430.42310.3900
Hunter Lab75.805214.169231.5206
CIE-Lab80.440018.767839.7872

#ffb97e color RGB value is (255,185,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111001 01111110
Octal 377 271 176
Decimal 255 185 126
Hex FF B9 7E

RGB Percentages of Color #ffb97e

%45.05
%32.69
%22.26

CMYK Percentages of Color #ffb97e

%0
%27
%51
%0

Triadic Colors of #ffb97e

#ffb97e #7effb9 #b97eff

Analogous Colors of #ffb97e

#ffb97e #fffa7e #ff7e84

Monochromatic Colors of #ffb97e

#ffb97e

Complementary Color

#ffb97e #7ec4ff

#ffb97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb97e Color CSS Codes

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

#ffb97e Text Font Color

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

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


#ffb97e Background Color

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

This div background color is #ffb97e


#ffb97e Border Color

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

This div border color is #ffb97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb97e

Related Colors

#ffb97e Color Palettes


Comments

No comments written yet.

Please login to write comment.