Color Hex Logo

#b8accf Color Hex

#B8ACCF
(184,172,207)
0 Favorites   0 Comments

Color spaces of #b8accf

RGB 184172207
HSL0.720.270.74
HSV261°17°81°
CMYK 0.110.170.00   0.19
XYZ45.782244.200465.1500
Yxy44.20040.29510.2849
Hunter Lab66.48346.5739-11.5625
CIE-Lab72.362211.0711-16.1829

#b8accf color RGB value is (184,172,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101100 11001111
Octal 270 254 317
Decimal 184 172 207
Hex B8 AC CF

RGB Percentages of Color #b8accf

%32.68
%30.55
%36.77

CMYK Percentages of Color #b8accf

%11
%17
%0
%19

Triadic Colors of #b8accf

#b8accf #cfb8ac #accfb8

Analogous Colors of #b8accf

#b8accf #caaccf #acb2cf

Monochromatic Colors of #b8accf

#b8accf

Complementary Color

#b8accf #c3cfac

#b8accf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8accf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8accf Color CSS Codes

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

#b8accf Text Font Color

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

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


#b8accf Background Color

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

This div background color is #b8accf


#b8accf Border Color

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

This div border color is #b8accf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,172,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 #b8accf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8accf


Comments

No comments written yet.

Please login to write comment.