Color Hex Logo

#bcacec Color Hex

#BCACEC
(188,172,236)
0 Favorites   0 Comments

Color spaces of #bcacec

RGB 188172236
HSL0.710.630.80
HSV255°27°93°
CMYK 0.200.270.00   0.07
XYZ50.631946.252585.6159
Yxy46.25250.27740.2534
Hunter Lab68.009213.8747-27.0330
CIE-Lab73.709118.6435-29.9277

#bcacec color RGB value is (188,172,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 11101100
Octal 274 254 354
Decimal 188 172 236
Hex BC AC EC

RGB Percentages of Color #bcacec

%31.54
%28.86
%39.60

CMYK Percentages of Color #bcacec

%20
%27
%0
%7

Triadic Colors of #bcacec

#bcacec #ecbcac #acecbc

Analogous Colors of #bcacec

#bcacec #dcacec #acbcec

Monochromatic Colors of #bcacec

#bcacec

Complementary Color

#bcacec #dcecac

#bcacec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcacec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcacec Color CSS Codes

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

#bcacec Text Font Color

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

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


#bcacec Background Color

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

This div background color is #bcacec


#bcacec Border Color

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

This div border color is #bcacec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcacec


Comments

No comments written yet.

Please login to write comment.