Color Hex Logo

#bcacde Color Hex

#BCACDE
(188,172,222)
0 Favorites   0 Comments

Color spaces of #bcacde

RGB 188172222
HSL0.720.430.77
HSV259°23°87°
CMYK 0.150.230.00   0.13
XYZ48.676445.470375.3184
Yxy45.47030.28720.2683
Hunter Lab67.431710.8471-19.0223
CIE-Lab73.200515.5489-23.0853

#bcacde color RGB value is (188,172,222).

#bcacde hex color red value is 188, green value is 172 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bcacde hue: 0.72 , saturation: 0.43 and the lightness value of bcacde is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 11011110
Octal 274 254 336
Decimal 188 172 222
Hex BC AC DE

RGB Percentages of Color #bcacde

%32.30
%29.55
%38.14

CMYK Percentages of Color #bcacde

%15
%23
%0
%13

Triadic Colors of #bcacde

#bcacde #debcac #acdebc

Analogous Colors of #bcacde

#bcacde #d5acde #acb5de

Monochromatic Colors of #bcacde

#bcacde

Complementary Color

#bcacde #cedeac

#bcacde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcacde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcacde Color CSS Codes

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

#bcacde Text Font Color

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

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


#bcacde Background Color

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

This div background color is #bcacde


#bcacde Border Color

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

This div border color is #bcacde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcacde


Comments

No comments written yet.

Please login to write comment.