Color Hex Logo

#bcaec2 Color Hex

#BCAEC2
(188,174,194)
0 Favorites   0 Comments

Color spaces of #bcaec2

RGB 188174194
HSL0.780.140.72
HSV282°10°76°
CMYK 0.030.100.00   0.24
XYZ45.612744.858557.2934
Yxy44.85850.30870.3036
Hunter Lab66.97654.3542-3.8346
CIE-Lab72.79868.7059-8.3638

#bcaec2 color RGB value is (188,174,194).

#bcaec2 hex color red value is 188, green value is 174 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #bcaec2 hue: 0.78 , saturation: 0.14 and the lightness value of bcaec2 is 0.72.

The process color (four color CMYK) of #bcaec2 color hex is 0.03, 0.10, 0.00, 0.24. Web safe color of #bcaec2 is #cc99cc. Color #bcaec2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 11000010
Octal 274 256 302
Decimal 188 174 194
Hex BC AE C2

RGB Percentages of Color #bcaec2

%33.81
%31.29
%34.89

CMYK Percentages of Color #bcaec2

%3
%10
%0
%24

Triadic Colors of #bcaec2

#bcaec2 #c2bcae #aec2bc

Analogous Colors of #bcaec2

#bcaec2 #c2aebe #b2aec2

Monochromatic Colors of #bcaec2

#bcaec2

Complementary Color

#bcaec2 #b4c2ae

#bcaec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaec2 Color CSS Codes

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

#bcaec2 Text Font Color

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

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


#bcaec2 Background Color

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

This div background color is #bcaec2


#bcaec2 Border Color

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

This div border color is #bcaec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaec2


Comments

No comments written yet.

Please login to write comment.