Color Hex Logo

#b7aecf Color Hex

#B7AECF
(183,174,207)
0 Favorites   0 Comments

Color spaces of #b7aecf

RGB 183174207
HSL0.710.260.75
HSV256°16°81°
CMYK 0.120.160.00   0.19
XYZ45.927044.844465.2667
Yxy44.84440.29430.2874
Hunter Lab66.96605.2295-10.9093
CIE-Lab72.78939.6430-15.5472

#b7aecf color RGB value is (183,174,207).

#b7aecf hex color red value is 183, green value is 174 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b7aecf hue: 0.71 , saturation: 0.26 and the lightness value of b7aecf is 0.75.

The process color (four color CMYK) of #b7aecf color hex is 0.12, 0.16, 0.00, 0.19. Web safe color of #b7aecf is #cc99cc. Color #b7aecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101110 11001111
Octal 267 256 317
Decimal 183 174 207
Hex B7 AE CF

RGB Percentages of Color #b7aecf

%32.45
%30.85
%36.70

CMYK Percentages of Color #b7aecf

%12
%16
%0
%19

Triadic Colors of #b7aecf

#b7aecf #cfb7ae #aecfb7

Analogous Colors of #b7aecf

#b7aecf #c8aecf #aeb6cf

Monochromatic Colors of #b7aecf

#b7aecf

Complementary Color

#b7aecf #c6cfae

#b7aecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7aecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7aecf Color CSS Codes

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

#b7aecf Text Font Color

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

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


#b7aecf Background Color

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

This div background color is #b7aecf


#b7aecf Border Color

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

This div border color is #b7aecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7aecf


Comments

No comments written yet.

Please login to write comment.