Color Hex Logo

#bcaeb6 Color Hex

#BCAEB6
(188,174,182)
0 Favorites   0 Comments

Color spaces of #bcaeb6

RGB 188174182
HSL0.900.090.71
HSV326°74°
CMYK 0.000.070.03   0.26
XYZ44.318644.340950.4788
Yxy44.34090.31850.3187
Hunter Lab66.58902.27081.6666
CIE-Lab72.45586.4460-2.2813

#bcaeb6 color RGB value is (188,174,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 10110110
Octal 274 256 266
Decimal 188 174 182
Hex BC AE B6

RGB Percentages of Color #bcaeb6

%34.56
%31.99
%33.46

CMYK Percentages of Color #bcaeb6

%0
%7
%3
%26

Triadic Colors of #bcaeb6

#bcaeb6 #b6bcae #aeb6bc

Analogous Colors of #bcaeb6

#bcaeb6 #bcaeaf #bbaebc

Monochromatic Colors of #bcaeb6

#bcaeb6

Complementary Color

#bcaeb6 #aebcb4

#bcaeb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaeb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaeb6 Color CSS Codes

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

#bcaeb6 Text Font Color

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

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


#bcaeb6 Background Color

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

This div background color is #bcaeb6


#bcaeb6 Border Color

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

This div border color is #bcaeb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaeb6


Comments

No comments written yet.

Please login to write comment.