Color Hex Logo

#bcacef Color Hex

#BCACEF
(188,172,239)
0 Favorites   0 Comments

Color spaces of #bcacef

RGB 188172239
HSL0.710.680.81
HSV254°28°94°
CMYK 0.210.280.00   0.06
XYZ51.071546.428487.9312
Yxy46.42840.27540.2504
Hunter Lab68.138414.5482-28.8157
CIE-Lab73.822719.3236-31.3811

#bcacef color RGB value is (188,172,239).

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

The process color (four color CMYK) of #bcacef color hex is 0.21, 0.28, 0.00, 0.06. Web safe color of #bcacef is #cc99ff. Color #bcacef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 11101111
Octal 274 254 357
Decimal 188 172 239
Hex BC AC EF

RGB Percentages of Color #bcacef

%31.39
%28.71
%39.90

CMYK Percentages of Color #bcacef

%21
%28
%0
%6

Triadic Colors of #bcacef

#bcacef #efbcac #acefbc

Analogous Colors of #bcacef

#bcacef #deacef #acbeef

Monochromatic Colors of #bcacef

#bcacef

Complementary Color

#bcacef #dfefac

#bcacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcacef Color CSS Codes

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

#bcacef Text Font Color

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

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


#bcacef Background Color

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

This div background color is #bcacef


#bcacef Border Color

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

This div border color is #bcacef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcacef


Comments

No comments written yet.

Please login to write comment.