Color Hex Logo

#ffb497 Color Hex

#FFB497
(255,180,151)
0 Favorites   0 Comments

Color spaces of #ffb497

RGB 255180151
HSL0.051.000.80
HSV17°41°100°
CMYK 0.000.290.41   0.00
XYZ63.147256.136936.7854
Yxy56.13690.40460.3597
Hunter Lab74.924619.323723.3378
CIE-Lab79.691723.825925.6908

#ffb497 color RGB value is (255,180,151).

#ffb497 hex color red value is 255, green value is 180 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #ffb497 hue: 0.05 , saturation: 1.00 and the lightness value of ffb497 is 0.80.

The process color (four color CMYK) of #ffb497 color hex is 0.00, 0.29, 0.41, 0.00. Web safe color of #ffb497 is #ffcc99. Color #ffb497 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110100 10010111
Octal 377 264 227
Decimal 255 180 151
Hex FF B4 97

RGB Percentages of Color #ffb497

%43.52
%30.72
%25.77

CMYK Percentages of Color #ffb497

%0
%29
%41
%0

Triadic Colors of #ffb497

#ffb497 #97ffb4 #b497ff

Analogous Colors of #ffb497

#ffb497 #ffe897 #ff97ae

Monochromatic Colors of #ffb497

#ffb497

Complementary Color

#ffb497 #97e2ff

#ffb497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb497 Color CSS Codes

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

#ffb497 Text Font Color

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

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


#ffb497 Background Color

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

This div background color is #ffb497


#ffb497 Border Color

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

This div border color is #ffb497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb497

Related Colors

#ffb497 Color Palettes


Comments

No comments written yet.

Please login to write comment.