Color Hex Logo

#b299af Color Hex

#B299AF
(178,153,175)
0 Favorites   0 Comments

Color spaces of #b299af

RGB 178153175
HSL0.850.140.65
HSV307°14°70°
CMYK 0.000.140.02   0.30
XYZ37.489235.342645.4033
Yxy35.34260.31710.2989
Hunter Lab59.44968.5260-3.6666
CIE-Lab66.014513.1736-8.0146

#b299af color RGB value is (178,153,175).

#b299af hex color red value is 178, green value is 153 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b299af hue: 0.85 , saturation: 0.14 and the lightness value of b299af is 0.65.

The process color (four color CMYK) of #b299af color hex is 0.00, 0.14, 0.02, 0.30. Web safe color of #b299af is #999999. Color #b299af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011001 10101111
Octal 262 231 257
Decimal 178 153 175
Hex B2 99 AF

RGB Percentages of Color #b299af

%35.18
%30.24
%34.58

CMYK Percentages of Color #b299af

%0
%14
%2
%30

Triadic Colors of #b299af

#b299af #afb299 #99afb2

Analogous Colors of #b299af

#b299af #b299a3 #a999b2

Monochromatic Colors of #b299af

#b299af

Complementary Color

#b299af #99b29c

#b299af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b299af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b299af Color CSS Codes

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

#b299af Text Font Color

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

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


#b299af Background Color

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

This div background color is #b299af


#b299af Border Color

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

This div border color is #b299af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,153,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b299af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b299af;
  -webkit-box-shadow: 1px 1px 3px 2px #b299af;
  box-shadow:         1px 1px 3px 2px #b299af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,153,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b299af


Comments

No comments written yet.

Please login to write comment.