Color Hex Logo

#bbaced Color Hex

#BBACED
(187,172,237)
0 Favorites   0 Comments

Color spaces of #bbaced

RGB 187172237
HSL0.710.640.80
HSV254°27°93°
CMYK 0.210.270.00   0.07
XYZ50.532146.184386.3719
Yxy46.18430.27600.2523
Hunter Lab67.959013.7984-27.7828
CIE-Lab73.665018.5671-30.5455

#bbaced color RGB value is (187,172,237).

#bbaced hex color red value is 187, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bbaced hue: 0.71 , saturation: 0.64 and the lightness value of bbaced is 0.80.

The process color (four color CMYK) of #bbaced color hex is 0.21, 0.27, 0.00, 0.07. Web safe color of #bbaced is #cc99ff. Color #bbaced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 11101101
Octal 273 254 355
Decimal 187 172 237
Hex BB AC ED

RGB Percentages of Color #bbaced

%31.38
%28.86
%39.77

CMYK Percentages of Color #bbaced

%21
%27
%0
%7

Triadic Colors of #bbaced

#bbaced #edbbac #acedbb

Analogous Colors of #bbaced

#bbaced #dcaced #acbeed

Monochromatic Colors of #bbaced

#bbaced

Complementary Color

#bbaced #deedac

#bbaced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaced Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaced Color CSS Codes

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

#bbaced Text Font Color

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

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


#bbaced Background Color

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

This div background color is #bbaced


#bbaced Border Color

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

This div border color is #bbaced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaced


Comments

No comments written yet.

Please login to write comment.