Color Hex Logo

#bcacda Color Hex

#BCACDA
(188,172,218)
0 Favorites   0 Comments

Color spaces of #bcacda

RGB 188172218
HSL0.720.380.76
HSV261°21°85°
CMYK 0.140.210.00   0.15
XYZ48.146545.258472.5278
Yxy45.25840.29020.2728
Hunter Lab67.274410.0176-16.8279
CIE-Lab73.061714.6902-21.1126

#bcacda color RGB value is (188,172,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 11011010
Octal 274 254 332
Decimal 188 172 218
Hex BC AC DA

RGB Percentages of Color #bcacda

%32.53
%29.76
%37.72

CMYK Percentages of Color #bcacda

%14
%21
%0
%15

Triadic Colors of #bcacda

#bcacda #dabcac #acdabc

Analogous Colors of #bcacda

#bcacda #d3acda #acb3da

Monochromatic Colors of #bcacda

#bcacda

Complementary Color

#bcacda #cadaac

#bcacda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcacda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcacda Color CSS Codes

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

#bcacda Text Font Color

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

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


#bcacda Background Color

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

This div background color is #bcacda


#bcacda Border Color

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

This div border color is #bcacda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcacda

#bcacda Color Palettes


Comments

No comments written yet.

Please login to write comment.