Color Hex Logo

#bcaee3 Color Hex

#BCAEE3
(188,174,227)
0 Favorites   0 Comments

Color spaces of #bcaee3

RGB 188174227
HSL0.710.490.79
HSV256°23°89°
CMYK 0.170.230.00   0.11
XYZ49.740246.509579.0287
Yxy46.50950.28380.2653
Hunter Lab68.197910.8429-20.9676
CIE-Lab73.874915.5351-24.7805

#bcaee3 color RGB value is (188,174,227).

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

The process color (four color CMYK) of #bcaee3 color hex is 0.17, 0.23, 0.00, 0.11. Web safe color of #bcaee3 is #cc99cc. Color #bcaee3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 11100011
Octal 274 256 343
Decimal 188 174 227
Hex BC AE E3

RGB Percentages of Color #bcaee3

%31.92
%29.54
%38.54

CMYK Percentages of Color #bcaee3

%17
%23
%0
%11

Triadic Colors of #bcaee3

#bcaee3 #e3bcae #aee3bc

Analogous Colors of #bcaee3

#bcaee3 #d7aee3 #aebbe3

Monochromatic Colors of #bcaee3

#bcaee3

Complementary Color

#bcaee3 #d5e3ae

#bcaee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaee3 Color CSS Codes

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

#bcaee3 Text Font Color

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

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


#bcaee3 Background Color

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

This div background color is #bcaee3


#bcaee3 Border Color

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

This div border color is #bcaee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaee3


Comments

No comments written yet.

Please login to write comment.