Color Hex Logo

#bccca8 Color Hex

#BCCCA8
(188,204,168)
0 Favorites   0 Comments

Color spaces of #bccca8

RGB 188204168
HSL0.240.260.73
HSV87°18°80°
CMYK 0.080.000.18   0.20
XYZ49.399856.704345.3872
Yxy56.70430.32610.3743
Hunter Lab75.3023-14.679416.9755
CIE-Lab80.0130-11.843316.1383

#bccca8 color RGB value is (188,204,168).

#bccca8 hex color red value is 188, green value is 204 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #bccca8 hue: 0.24 , saturation: 0.26 and the lightness value of bccca8 is 0.73.

The process color (four color CMYK) of #bccca8 color hex is 0.08, 0.00, 0.18, 0.20. Web safe color of #bccca8 is #cccc99. Color #bccca8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 10101000
Octal 274 314 250
Decimal 188 204 168
Hex BC CC A8

RGB Percentages of Color #bccca8

%33.57
%36.43
%30.00

CMYK Percentages of Color #bccca8

%8
%0
%18
%20

Triadic Colors of #bccca8

#bccca8 #a8bccc #cca8bc

Analogous Colors of #bccca8

#bccca8 #aacca8 #cccaa8

Monochromatic Colors of #bccca8

#bccca8

Complementary Color

#bccca8 #b8a8cc

#bccca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccca8 Color CSS Codes

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

#bccca8 Text Font Color

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

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


#bccca8 Background Color

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

This div background color is #bccca8


#bccca8 Border Color

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

This div border color is #bccca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccca8


Comments

No comments written yet.

Please login to write comment.