Color Hex Logo

#bcaeab Color Hex

#BCAEAB
(188,174,171)
0 Favorites   0 Comments

Color spaces of #bcaeab

RGB 188174171
HSL0.030.110.70
HSV11°74°
CMYK 0.000.070.09   0.26
XYZ43.225843.903744.7241
Yxy43.90370.32780.3330
Hunter Lab66.25990.49296.3623
CIE-Lab72.16414.49003.3369

#bcaeab color RGB value is (188,174,171).

#bcaeab hex color red value is 188, green value is 174 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bcaeab hue: 0.03 , saturation: 0.11 and the lightness value of bcaeab is 0.70.

The process color (four color CMYK) of #bcaeab color hex is 0.00, 0.07, 0.09, 0.26. Web safe color of #bcaeab is #cc9999. Color #bcaeab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 10101011
Octal 274 256 253
Decimal 188 174 171
Hex BC AE AB

RGB Percentages of Color #bcaeab

%35.27
%32.65
%32.08

CMYK Percentages of Color #bcaeab

%0
%7
%9
%26

Triadic Colors of #bcaeab

#bcaeab #abbcae #aeabbc

Analogous Colors of #bcaeab

#bcaeab #bcb7ab #bcabb1

Monochromatic Colors of #bcaeab

#bcaeab

Complementary Color

#bcaeab #abb9bc

#bcaeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaeab Color CSS Codes

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

#bcaeab Text Font Color

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

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


#bcaeab Background Color

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

This div background color is #bcaeab


#bcaeab Border Color

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

This div border color is #bcaeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaeab


Comments

No comments written yet.

Please login to write comment.