Color Hex Logo

#bcaee1 Color Hex

#BCAEE1
(188,174,225)
0 Favorites   0 Comments

Color spaces of #bcaee1

RGB 188174225
HSL0.710.460.78
HSV256°23°88°
CMYK 0.160.230.00   0.12
XYZ49.465746.399777.5831
Yxy46.39970.28520.2675
Hunter Lab68.117310.4185-19.8470
CIE-Lab73.804115.0976-23.7999

#bcaee1 color RGB value is (188,174,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 11100001
Octal 274 256 341
Decimal 188 174 225
Hex BC AE E1

RGB Percentages of Color #bcaee1

%32.03
%29.64
%38.33

CMYK Percentages of Color #bcaee1

%16
%23
%0
%12

Triadic Colors of #bcaee1

#bcaee1 #e1bcae #aee1bc

Analogous Colors of #bcaee1

#bcaee1 #d6aee1 #aebae1

Monochromatic Colors of #bcaee1

#bcaee1

Complementary Color

#bcaee1 #d3e1ae

#bcaee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaee1 Color CSS Codes

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

#bcaee1 Text Font Color

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

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


#bcaee1 Background Color

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

This div background color is #bcaee1


#bcaee1 Border Color

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

This div border color is #bcaee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaee1


Comments

No comments written yet.

Please login to write comment.