Color Hex Logo

#bccb88 Color Hex

#BCCB88
(188,203,136)
0 Favorites   0 Comments

Color spaces of #bccb88

RGB 188203136
HSL0.200.390.66
HSV73°33°80°
CMYK 0.070.000.33   0.20
XYZ46.538955.180831.4907
Yxy55.18080.34940.4142
Hunter Lab74.2838-18.166126.8642
CIE-Lab79.1453-16.018631.7809

#bccb88 color RGB value is (188,203,136).

#bccb88 hex color red value is 188, green value is 203 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bccb88 hue: 0.20 , saturation: 0.39 and the lightness value of bccb88 is 0.66.

The process color (four color CMYK) of #bccb88 color hex is 0.07, 0.00, 0.33, 0.20. Web safe color of #bccb88 is #cccc99. Color #bccb88 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 10001000
Octal 274 313 210
Decimal 188 203 136
Hex BC CB 88

RGB Percentages of Color #bccb88

%35.67
%38.52
%25.81

CMYK Percentages of Color #bccb88

%7
%0
%33
%20

Triadic Colors of #bccb88

#bccb88 #88bccb #cb88bc

Analogous Colors of #bccb88

#bccb88 #9bcb88 #cbb988

Monochromatic Colors of #bccb88

#bccb88

Complementary Color

#bccb88 #9788cb

#bccb88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccb88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccb88 Color CSS Codes

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

#bccb88 Text Font Color

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

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


#bccb88 Background Color

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

This div background color is #bccb88


#bccb88 Border Color

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

This div border color is #bccb88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccb88


Comments

No comments written yet.

Please login to write comment.