Color Hex Logo

#bcaad4 Color Hex

#BCAAD4
(188,170,212)
0 Favorites   0 Comments

Color spaces of #bcaad4

RGB 188170212
HSL0.740.330.75
HSV266°20°83°
CMYK 0.110.200.00   0.17
XYZ46.997444.194368.3407
Yxy44.19430.29460.2770
Hunter Lab66.47889.8533-14.4154
CIE-Lab72.358214.5262-18.8975

#bcaad4 color RGB value is (188,170,212).

#bcaad4 hex color red value is 188, green value is 170 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #bcaad4 hue: 0.74 , saturation: 0.33 and the lightness value of bcaad4 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 11010100
Octal 274 252 324
Decimal 188 170 212
Hex BC AA D4

RGB Percentages of Color #bcaad4

%32.98
%29.82
%37.19

CMYK Percentages of Color #bcaad4

%11
%20
%0
%17

Triadic Colors of #bcaad4

#bcaad4 #d4bcaa #aad4bc

Analogous Colors of #bcaad4

#bcaad4 #d1aad4 #aaadd4

Monochromatic Colors of #bcaad4

#bcaad4

Complementary Color

#bcaad4 #c2d4aa

#bcaad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaad4 Color CSS Codes

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

#bcaad4 Text Font Color

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

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


#bcaad4 Background Color

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

This div background color is #bcaad4


#bcaad4 Border Color

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

This div border color is #bcaad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaad4


Comments

No comments written yet.

Please login to write comment.