Color Hex Logo

#bcadb4 Color Hex

#BCADB4
(188,173,180)
0 Favorites   0 Comments

Color spaces of #bcadb4

RGB 188173180
HSL0.920.100.71
HSV332°74°
CMYK 0.000.080.04   0.26
XYZ43.920843.873849.3336
Yxy43.87380.32030.3199
Hunter Lab66.23732.44502.2069
CIE-Lab72.14416.6260-1.6392

#bcadb4 color RGB value is (188,173,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 10110100
Octal 274 255 264
Decimal 188 173 180
Hex BC AD B4

RGB Percentages of Color #bcadb4

%34.75
%31.98
%33.27

CMYK Percentages of Color #bcadb4

%0
%8
%4
%26

Triadic Colors of #bcadb4

#bcadb4 #b4bcad #adb4bc

Analogous Colors of #bcadb4

#bcadb4 #bcaead #bcadbc

Monochromatic Colors of #bcadb4

#bcadb4

Complementary Color

#bcadb4 #adbcb5

#bcadb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcadb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcadb4 Color CSS Codes

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

#bcadb4 Text Font Color

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

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


#bcadb4 Background Color

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

This div background color is #bcadb4


#bcadb4 Border Color

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

This div border color is #bcadb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcadb4


Comments

No comments written yet.

Please login to write comment.