Color Hex Logo

#bcaecf Color Hex

#BCAECF
(188,174,207)
0 Favorites   0 Comments

Color spaces of #bcaecf

RGB 188174207
HSL0.740.260.75
HSV265°16°81°
CMYK 0.090.160.00   0.19
XYZ47.137645.468565.3234
Yxy45.46850.29850.2879
Hunter Lab67.43036.7785-10.2362
CIE-Lab73.199311.2934-14.8891

#bcaecf color RGB value is (188,174,207).

#bcaecf hex color red value is 188, green value is 174 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bcaecf hue: 0.74 , saturation: 0.26 and the lightness value of bcaecf is 0.75.

The process color (four color CMYK) of #bcaecf color hex is 0.09, 0.16, 0.00, 0.19. Web safe color of #bcaecf is #cc99cc. Color #bcaecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 11001111
Octal 274 256 317
Decimal 188 174 207
Hex BC AE CF

RGB Percentages of Color #bcaecf

%33.04
%30.58
%36.38

CMYK Percentages of Color #bcaecf

%9
%16
%0
%19

Triadic Colors of #bcaecf

#bcaecf #cfbcae #aecfbc

Analogous Colors of #bcaecf

#bcaecf #cdaecf #aeb1cf

Monochromatic Colors of #bcaecf

#bcaecf

Complementary Color

#bcaecf #c1cfae

#bcaecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaecf Color CSS Codes

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

#bcaecf Text Font Color

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

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


#bcaecf Background Color

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

This div background color is #bcaecf


#bcaecf Border Color

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

This div border color is #bcaecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaecf


Comments

No comments written yet.

Please login to write comment.