Color Hex Logo

#bcaebd Color Hex

#BCAEBD
(188,174,189)
0 Favorites   0 Comments

Color spaces of #bcaebd

RGB 188174189
HSL0.820.100.71
HSV296°74°
CMYK 0.010.080.00   0.26
XYZ45.060444.637654.3851
Yxy44.63760.31270.3098
Hunter Lab66.81143.4680-1.4947
CIE-Lab72.65267.7488-5.8359

#bcaebd color RGB value is (188,174,189).

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

The process color (four color CMYK) of #bcaebd color hex is 0.01, 0.08, 0.00, 0.26. Web safe color of #bcaebd is #cc99cc. Color #bcaebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 10111101
Octal 274 256 275
Decimal 188 174 189
Hex BC AE BD

RGB Percentages of Color #bcaebd

%34.12
%31.58
%34.30

CMYK Percentages of Color #bcaebd

%1
%8
%0
%26

Triadic Colors of #bcaebd

#bcaebd #bdbcae #aebdbc

Analogous Colors of #bcaebd

#bcaebd #bdaeb7 #b5aebd

Monochromatic Colors of #bcaebd

#bcaebd

Complementary Color

#bcaebd #afbdae

#bcaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaebd Color CSS Codes

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

#bcaebd Text Font Color

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

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


#bcaebd Background Color

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

This div background color is #bcaebd


#bcaebd Border Color

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

This div border color is #bcaebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaebd


Comments

No comments written yet.

Please login to write comment.