Color Hex Logo

#b7baee Color Hex

#B7BAEE
(183,186,238)
0 Favorites   0 Comments

Color spaces of #b7baee

RGB 183186238
HSL0.660.620.83
HSV237°23°93°
CMYK 0.230.220.00   0.07
XYZ52.520051.358188.0339
Yxy51.35810.27370.2676
Hunter Lab71.66465.4023-22.6676
CIE-Lab76.89549.8861-26.1557

#b7baee color RGB value is (183,186,238).

#b7baee hex color red value is 183, green value is 186 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b7baee hue: 0.66 , saturation: 0.62 and the lightness value of b7baee is 0.83.

The process color (four color CMYK) of #b7baee color hex is 0.23, 0.22, 0.00, 0.07. Web safe color of #b7baee is #ccccff. Color #b7baee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10111010 11101110
Octal 267 272 356
Decimal 183 186 238
Hex B7 BA EE

RGB Percentages of Color #b7baee

%30.15
%30.64
%39.21

CMYK Percentages of Color #b7baee

%23
%22
%0
%7

Triadic Colors of #b7baee

#b7baee #eeb7ba #baeeb7

Analogous Colors of #b7baee

#b7baee #d0b7ee #b7d6ee

Monochromatic Colors of #b7baee

#b7baee

Complementary Color

#b7baee #eeebb7

#b7baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7baee Color CSS Codes

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

#b7baee Text Font Color

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

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


#b7baee Background Color

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

This div background color is #b7baee


#b7baee Border Color

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

This div border color is #b7baee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,186,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7baee


Comments

No comments written yet.

Please login to write comment.