Color Hex Logo

#bcada3 Color Hex

#BCADA3
(188,173,163)
0 Favorites   0 Comments

Color spaces of #bcada3

RGB 188173163
HSL0.070.160.69
HSV24°13°74°
CMYK 0.000.080.13   0.26
XYZ42.293543.222940.7641
Yxy43.22290.33490.3423
Hunter Lab65.7441-0.22239.2586
CIE-Lab71.70603.68007.0712

#bcada3 color RGB value is (188,173,163).

#bcada3 hex color red value is 188, green value is 173 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #bcada3 hue: 0.07 , saturation: 0.16 and the lightness value of bcada3 is 0.69.

The process color (four color CMYK) of #bcada3 color hex is 0.00, 0.08, 0.13, 0.26. Web safe color of #bcada3 is #cc9999. Color #bcada3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 10100011
Octal 274 255 243
Decimal 188 173 163
Hex BC AD A3

RGB Percentages of Color #bcada3

%35.88
%33.02
%31.11

CMYK Percentages of Color #bcada3

%0
%8
%13
%26

Triadic Colors of #bcada3

#bcada3 #a3bcad #ada3bc

Analogous Colors of #bcada3

#bcada3 #bcbaa3 #bca3a6

Monochromatic Colors of #bcada3

#bcada3

Complementary Color

#bcada3 #a3b2bc

#bcada3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcada3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcada3 Color CSS Codes

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

#bcada3 Text Font Color

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

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


#bcada3 Background Color

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

This div background color is #bcada3


#bcada3 Border Color

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

This div border color is #bcada3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcada3

#bcada3 Color Palettes


Comments

No comments written yet.

Please login to write comment.