Color Hex Logo

#bcaced Color Hex

#BCACED
(188,172,237)
0 Favorites   0 Comments

Color spaces of #bcaced

RGB 188172237
HSL0.710.640.80
HSV255°27°93°
CMYK 0.210.270.00   0.07
XYZ50.777646.310886.3834
Yxy46.31080.27680.2524
Hunter Lab68.052014.0982-27.6247
CIE-Lab73.746818.8695-30.4127

#bcaced color RGB value is (188,172,237).

#bcaced hex color red value is 188, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bcaced hue: 0.71 , saturation: 0.64 and the lightness value of bcaced is 0.80.

The process color (four color CMYK) of #bcaced color hex is 0.21, 0.27, 0.00, 0.07. Web safe color of #bcaced is #cc99ff. Color #bcaced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 11101101
Octal 274 254 355
Decimal 188 172 237
Hex BC AC ED

RGB Percentages of Color #bcaced

%31.49
%28.81
%39.70

CMYK Percentages of Color #bcaced

%21
%27
%0
%7

Triadic Colors of #bcaced

#bcaced #edbcac #acedbc

Analogous Colors of #bcaced

#bcaced #ddaced #acbded

Monochromatic Colors of #bcaced

#bcaced

Complementary Color

#bcaced #ddedac

#bcaced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaced Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaced Color CSS Codes

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

#bcaced Text Font Color

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

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


#bcaced Background Color

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

This div background color is #bcaced


#bcaced Border Color

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

This div border color is #bcaced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaced


Comments

No comments written yet.

Please login to write comment.