Color Hex Logo

#bcaadc Color Hex

#BCAADC
(188,170,220)
0 Favorites   0 Comments

Color spaces of #bcaadc

RGB 188170220
HSL0.730.420.76
HSV262°23°86°
CMYK 0.150.230.00   0.14
XYZ48.032044.608173.7888
Yxy44.60810.28860.2680
Hunter Lab66.789311.4883-18.7511
CIE-Lab72.633116.2215-22.8580

#bcaadc color RGB value is (188,170,220).

#bcaadc hex color red value is 188, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bcaadc hue: 0.73 , saturation: 0.42 and the lightness value of bcaadc is 0.76.

The process color (four color CMYK) of #bcaadc color hex is 0.15, 0.23, 0.00, 0.14. Web safe color of #bcaadc is #cc99cc. Color #bcaadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 11011100
Octal 274 252 334
Decimal 188 170 220
Hex BC AA DC

RGB Percentages of Color #bcaadc

%32.53
%29.41
%38.06

CMYK Percentages of Color #bcaadc

%15
%23
%0
%14

Triadic Colors of #bcaadc

#bcaadc #dcbcaa #aadcbc

Analogous Colors of #bcaadc

#bcaadc #d5aadc #aab1dc

Monochromatic Colors of #bcaadc

#bcaadc

Complementary Color

#bcaadc #cadcaa

#bcaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaadc Color CSS Codes

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

#bcaadc Text Font Color

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

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


#bcaadc Background Color

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

This div background color is #bcaadc


#bcaadc Border Color

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

This div border color is #bcaadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaadc


Comments

No comments written yet.

Please login to write comment.