Color Hex Logo

#bcc8aa Color Hex

#BCC8AA
(188,200,170)
0 Favorites   0 Comments

Color spaces of #bcc8aa

RGB 188200170
HSL0.230.210.73
HSV84°15°78°
CMYK 0.060.000.15   0.22
XYZ48.649054.902246.0633
Yxy54.90220.32520.3670
Hunter Lab74.0960-12.470815.0084
CIE-Lab78.9849-9.459013.6276

#bcc8aa color RGB value is (188,200,170).

#bcc8aa hex color red value is 188, green value is 200 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bcc8aa hue: 0.23 , saturation: 0.21 and the lightness value of bcc8aa is 0.73.

The process color (four color CMYK) of #bcc8aa color hex is 0.06, 0.00, 0.15, 0.22. Web safe color of #bcc8aa is #cccc99. Color #bcc8aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001000 10101010
Octal 274 310 252
Decimal 188 200 170
Hex BC C8 AA

RGB Percentages of Color #bcc8aa

%33.69
%35.84
%30.47

CMYK Percentages of Color #bcc8aa

%6
%0
%15
%22

Triadic Colors of #bcc8aa

#bcc8aa #aabcc8 #c8aabc

Analogous Colors of #bcc8aa

#bcc8aa #adc8aa #c8c5aa

Monochromatic Colors of #bcc8aa

#bcc8aa

Complementary Color

#bcc8aa #b6aac8

#bcc8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc8aa Color CSS Codes

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

#bcc8aa Text Font Color

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

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


#bcc8aa Background Color

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

This div background color is #bcc8aa


#bcc8aa Border Color

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

This div border color is #bcc8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc8aa


Comments

No comments written yet.

Please login to write comment.