Color Hex Logo

#b8aacf Color Hex

#B8AACF
(184,170,207)
0 Favorites   0 Comments

Color spaces of #b8aacf

RGB 184170207
HSL0.730.280.74
HSV263°18°81°
CMYK 0.110.180.00   0.19
XYZ45.404443.444865.0241
Yxy43.44480.29510.2823
Hunter Lab65.91277.6138-12.3518
CIE-Lab71.855812.1728-16.9474

#b8aacf color RGB value is (184,170,207).

#b8aacf hex color red value is 184, green value is 170 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b8aacf hue: 0.73 , saturation: 0.28 and the lightness value of b8aacf is 0.74.

The process color (four color CMYK) of #b8aacf color hex is 0.11, 0.18, 0.00, 0.19. Web safe color of #b8aacf is #cc99cc. Color #b8aacf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101010 11001111
Octal 270 252 317
Decimal 184 170 207
Hex B8 AA CF

RGB Percentages of Color #b8aacf

%32.80
%30.30
%36.90

CMYK Percentages of Color #b8aacf

%11
%18
%0
%19

Triadic Colors of #b8aacf

#b8aacf #cfb8aa #aacfb8

Analogous Colors of #b8aacf

#b8aacf #cbaacf #aaafcf

Monochromatic Colors of #b8aacf

#b8aacf

Complementary Color

#b8aacf #c1cfaa

#b8aacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8aacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8aacf Color CSS Codes

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

#b8aacf Text Font Color

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

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


#b8aacf Background Color

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

This div background color is #b8aacf


#b8aacf Border Color

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

This div border color is #b8aacf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,170,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8aacf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8aacf;
  -webkit-box-shadow: 1px 1px 3px 2px #b8aacf;
  box-shadow:         1px 1px 3px 2px #b8aacf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,170,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8aacf


Comments

No comments written yet.

Please login to write comment.