Color Hex Logo

#bcaee0 Color Hex

#BCAEE0
(188,174,224)
0 Favorites   0 Comments

Color spaces of #bcaee0

RGB 188174224
HSL0.710.450.78
HSV257°22°88°
CMYK 0.160.220.00   0.12
XYZ49.329646.345376.8666
Yxy46.34530.28590.2686
Hunter Lab68.077410.2076-19.2905
CIE-Lab73.769014.8797-23.3088

#bcaee0 color RGB value is (188,174,224).

#bcaee0 hex color red value is 188, green value is 174 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #bcaee0 hue: 0.71 , saturation: 0.45 and the lightness value of bcaee0 is 0.78.

The process color (four color CMYK) of #bcaee0 color hex is 0.16, 0.22, 0.00, 0.12. Web safe color of #bcaee0 is #cc99cc. Color #bcaee0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 11100000
Octal 274 256 340
Decimal 188 174 224
Hex BC AE E0

RGB Percentages of Color #bcaee0

%32.08
%29.69
%38.23

CMYK Percentages of Color #bcaee0

%16
%22
%0
%12

Triadic Colors of #bcaee0

#bcaee0 #e0bcae #aee0bc

Analogous Colors of #bcaee0

#bcaee0 #d5aee0 #aeb9e0

Monochromatic Colors of #bcaee0

#bcaee0

Complementary Color

#bcaee0 #d2e0ae

#bcaee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaee0 Color CSS Codes

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

#bcaee0 Text Font Color

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

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


#bcaee0 Background Color

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

This div background color is #bcaee0


#bcaee0 Border Color

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

This div border color is #bcaee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaee0

#bcaee0 Color Palettes


Comments

No comments written yet.

Please login to write comment.