Color Hex Logo

#b299ab Color Hex

#B299AB
(178,153,171)
0 Favorites   0 Comments

Color spaces of #b299ab

RGB 178153171
HSL0.880.140.65
HSV317°14°70°
CMYK 0.000.140.04   0.30
XYZ37.102035.187743.3645
Yxy35.18770.32080.3042
Hunter Lab59.31927.8366-1.8197
CIE-Lab65.894512.4240-5.9506

#b299ab color RGB value is (178,153,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011001 10101011
Octal 262 231 253
Decimal 178 153 171
Hex B2 99 AB

RGB Percentages of Color #b299ab

%35.46
%30.48
%34.06

CMYK Percentages of Color #b299ab

%0
%14
%4
%30

Triadic Colors of #b299ab

#b299ab #abb299 #99abb2

Analogous Colors of #b299ab

#b299ab #b2999f #ad99b2

Monochromatic Colors of #b299ab

#b299ab

Complementary Color

#b299ab #99b2a0

#b299ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b299ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b299ab Color CSS Codes

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

#b299ab Text Font Color

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

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


#b299ab Background Color

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

This div background color is #b299ab


#b299ab Border Color

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

This div border color is #b299ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b299ab


Comments

No comments written yet.

Please login to write comment.