Color Hex Logo

#bcaade Color Hex

#BCAADE
(188,170,222)
0 Favorites   0 Comments

Color spaces of #bcaade

RGB 188170222
HSL0.720.440.77
HSV261°23°87°
CMYK 0.150.230.00   0.13
XYZ48.298644.714775.1924
Yxy44.71470.28710.2658
Hunter Lab66.869111.9073-19.8616
CIE-Lab72.703616.6529-23.8433

#bcaade color RGB value is (188,170,222).

#bcaade hex color red value is 188, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bcaade hue: 0.72 , saturation: 0.44 and the lightness value of bcaade is 0.77.

The process color (four color CMYK) of #bcaade color hex is 0.15, 0.23, 0.00, 0.13. Web safe color of #bcaade is #cc99cc. Color #bcaade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 11011110
Octal 274 252 336
Decimal 188 170 222
Hex BC AA DE

RGB Percentages of Color #bcaade

%32.41
%29.31
%38.28

CMYK Percentages of Color #bcaade

%15
%23
%0
%13

Triadic Colors of #bcaade

#bcaade #debcaa #aadebc

Analogous Colors of #bcaade

#bcaade #d6aade #aab2de

Monochromatic Colors of #bcaade

#bcaade

Complementary Color

#bcaade #ccdeaa

#bcaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaade Color CSS Codes

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

#bcaade Text Font Color

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

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


#bcaade Background Color

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

This div background color is #bcaade


#bcaade Border Color

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

This div border color is #bcaade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,170,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bcaade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bcaade;
  -webkit-box-shadow: 1px 1px 3px 2px #bcaade;
  box-shadow:         1px 1px 3px 2px #bcaade; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,170,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaade


Comments

No comments written yet.

Please login to write comment.