Color Hex Logo

#bcaae6 Color Hex

#BCAAE6
(188,170,230)
0 Favorites   0 Comments

Color spaces of #bcaae6

RGB 188170230
HSL0.720.550.78
HSV258°26°90°
CMYK 0.180.260.00   0.10
XYZ49.396745.154080.9750
Yxy45.15400.28140.2573
Hunter Lab67.196713.6221-24.4093
CIE-Lab72.993218.4060-27.7644

#bcaae6 color RGB value is (188,170,230).

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

The process color (four color CMYK) of #bcaae6 color hex is 0.18, 0.26, 0.00, 0.10. Web safe color of #bcaae6 is #cc99ff. Color #bcaae6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 11100110
Octal 274 252 346
Decimal 188 170 230
Hex BC AA E6

RGB Percentages of Color #bcaae6

%31.97
%28.91
%39.12

CMYK Percentages of Color #bcaae6

%18
%26
%0
%10

Triadic Colors of #bcaae6

#bcaae6 #e6bcaa #aae6bc

Analogous Colors of #bcaae6

#bcaae6 #daaae6 #aab6e6

Monochromatic Colors of #bcaae6

#bcaae6

Complementary Color

#bcaae6 #d4e6aa

#bcaae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaae6 Color CSS Codes

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

#bcaae6 Text Font Color

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

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


#bcaae6 Background Color

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

This div background color is #bcaae6


#bcaae6 Border Color

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

This div border color is #bcaae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaae6


Comments

No comments written yet.

Please login to write comment.