Color Hex Logo

#b2aece Color Hex

#B2AECE
(178,174,206)
0 Favorites   0 Comments

Color spaces of #b2aece

RGB 178174206
HSL0.690.250.75
HSV248°16°81°
CMYK 0.140.160.00   0.19
XYZ44.636744.193364.5701
Yxy44.19330.29100.2881
Hunter Lab66.47803.5173-11.0537
CIE-Lab72.35757.7950-15.6896

#b2aece color RGB value is (178,174,206).

#b2aece hex color red value is 178, green value is 174 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b2aece hue: 0.69 , saturation: 0.25 and the lightness value of b2aece is 0.75.

The process color (four color CMYK) of #b2aece color hex is 0.14, 0.16, 0.00, 0.19. Web safe color of #b2aece is #9999cc. Color #b2aece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101110 11001110
Octal 262 256 316
Decimal 178 174 206
Hex B2 AE CE

RGB Percentages of Color #b2aece

%31.90
%31.18
%36.92

CMYK Percentages of Color #b2aece

%14
%16
%0
%19

Triadic Colors of #b2aece

#b2aece #ceb2ae #aeceb2

Analogous Colors of #b2aece

#b2aece #c2aece #aebace

Monochromatic Colors of #b2aece

#b2aece

Complementary Color

#b2aece #caceae

#b2aece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2aece Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2aece Color CSS Codes

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

#b2aece Text Font Color

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

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


#b2aece Background Color

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

This div background color is #b2aece


#b2aece Border Color

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

This div border color is #b2aece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2aece


Comments

No comments written yet.

Please login to write comment.