Color Hex Logo

#bcaea3 Color Hex

#BCAEA3
(188,174,163)
0 Favorites   0 Comments

Color spaces of #bcaea3

RGB 188174163
HSL0.070.160.69
HSV26°13°74°
CMYK 0.000.070.13   0.26
XYZ42.485943.607840.8282
Yxy43.60780.33470.3436
Hunter Lab66.0362-0.72139.5681
CIE-Lab71.96563.13917.4433

#bcaea3 color RGB value is (188,174,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 10100011
Octal 274 256 243
Decimal 188 174 163
Hex BC AE A3

RGB Percentages of Color #bcaea3

%35.81
%33.14
%31.05

CMYK Percentages of Color #bcaea3

%0
%7
%13
%26

Triadic Colors of #bcaea3

#bcaea3 #a3bcae #aea3bc

Analogous Colors of #bcaea3

#bcaea3 #bcbba3 #bca3a5

Monochromatic Colors of #bcaea3

#bcaea3

Complementary Color

#bcaea3 #a3b1bc

#bcaea3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaea3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaea3 Color CSS Codes

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

#bcaea3 Text Font Color

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

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


#bcaea3 Background Color

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

This div background color is #bcaea3


#bcaea3 Border Color

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

This div border color is #bcaea3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,174,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 #bcaea3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaea3


Comments

No comments written yet.

Please login to write comment.