Color Hex Logo

#bcaeb5 Color Hex

#BCAEB5
(188,174,181)
0 Favorites   0 Comments

Color spaces of #bcaeb5

RGB 188174181
HSL0.920.090.71
HSV330°74°
CMYK 0.000.070.04   0.26
XYZ44.215644.299749.9363
Yxy44.29970.31940.3200
Hunter Lab66.55802.10402.1073
CIE-Lab72.42846.2636-1.7720

#bcaeb5 color RGB value is (188,174,181).

#bcaeb5 hex color red value is 188, green value is 174 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #bcaeb5 hue: 0.92 , saturation: 0.09 and the lightness value of bcaeb5 is 0.71.

The process color (four color CMYK) of #bcaeb5 color hex is 0.00, 0.07, 0.04, 0.26. Web safe color of #bcaeb5 is #cc99cc. Color #bcaeb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 10110101
Octal 274 256 265
Decimal 188 174 181
Hex BC AE B5

RGB Percentages of Color #bcaeb5

%34.62
%32.04
%33.33

CMYK Percentages of Color #bcaeb5

%0
%7
%4
%26

Triadic Colors of #bcaeb5

#bcaeb5 #b5bcae #aeb5bc

Analogous Colors of #bcaeb5

#bcaeb5 #bcaeae #bcaebc

Monochromatic Colors of #bcaeb5

#bcaeb5

Complementary Color

#bcaeb5 #aebcb5

#bcaeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaeb5 Color CSS Codes

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

#bcaeb5 Text Font Color

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

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


#bcaeb5 Background Color

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

This div background color is #bcaeb5


#bcaeb5 Border Color

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

This div border color is #bcaeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaeb5


Comments

No comments written yet.

Please login to write comment.