Color Hex Logo

#b0aeca Color Hex

#B0AECA
(176,174,202)
0 Favorites   0 Comments

Color spaces of #b0aeca

RGB 176174202
HSL0.680.210.74
HSV244°14°79°
CMYK 0.130.140.00   0.21
XYZ43.701243.766562.0216
Yxy43.76650.29230.2928
Hunter Lab66.15632.1393-9.2751
CIE-Lab72.07216.2907-13.9412

#b0aeca color RGB value is (176,174,202).

#b0aeca hex color red value is 176, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b0aeca hue: 0.68 , saturation: 0.21 and the lightness value of b0aeca is 0.74.

The process color (four color CMYK) of #b0aeca color hex is 0.13, 0.14, 0.00, 0.21. Web safe color of #b0aeca is #9999cc. Color #b0aeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101110 11001010
Octal 260 256 312
Decimal 176 174 202
Hex B0 AE CA

RGB Percentages of Color #b0aeca

%31.88
%31.52
%36.59

CMYK Percentages of Color #b0aeca

%13
%14
%0
%21

Triadic Colors of #b0aeca

#b0aeca #cab0ae #aecab0

Analogous Colors of #b0aeca

#b0aeca #beaeca #aebaca

Monochromatic Colors of #b0aeca

#b0aeca

Complementary Color

#b0aeca #c8caae

#b0aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0aeca Color CSS Codes

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

#b0aeca Text Font Color

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

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


#b0aeca Background Color

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

This div background color is #b0aeca


#b0aeca Border Color

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

This div border color is #b0aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0aeca


Comments

No comments written yet.

Please login to write comment.