Color Hex Logo

#b0aeed Color Hex

#B0AEED
(176,174,237)
0 Favorites   0 Comments

Color spaces of #b0aeed

RGB 176174237
HSL0.670.640.81
HSV242°27°93°
CMYK 0.260.270.00   0.07
XYZ48.326645.616686.3786
Yxy45.61660.26800.2530
Hunter Lab67.54019.5261-28.5494
CIE-Lab73.296114.1764-31.1863

#b0aeed color RGB value is (176,174,237).

#b0aeed hex color red value is 176, green value is 174 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b0aeed hue: 0.67 , saturation: 0.64 and the lightness value of b0aeed is 0.81.

The process color (four color CMYK) of #b0aeed color hex is 0.26, 0.27, 0.00, 0.07. Web safe color of #b0aeed is #9999ff. Color #b0aeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101110 11101101
Octal 260 256 355
Decimal 176 174 237
Hex B0 AE ED

RGB Percentages of Color #b0aeed

%29.98
%29.64
%40.37

CMYK Percentages of Color #b0aeed

%26
%27
%0
%7

Triadic Colors of #b0aeed

#b0aeed #edb0ae #aeedb0

Analogous Colors of #b0aeed

#b0aeed #d0aeed #aecced

Monochromatic Colors of #b0aeed

#b0aeed

Complementary Color

#b0aeed #ebedae

#b0aeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0aeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0aeed Color CSS Codes

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

#b0aeed Text Font Color

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

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


#b0aeed Background Color

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

This div background color is #b0aeed


#b0aeed Border Color

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

This div border color is #b0aeed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,174,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0aeed


Comments

No comments written yet.

Please login to write comment.