Color Hex Logo

#bcc788 Color Hex

#BCC788
(188,199,136)
0 Favorites   0 Comments

Color spaces of #bcc788

RGB 188199136
HSL0.200.360.66
HSV70°32°78°
CMYK 0.060.000.32   0.22
XYZ45.606453.315831.1798
Yxy53.31580.35050.4098
Hunter Lab73.0177-16.290925.7945
CIE-Lab78.0611-13.995230.3483

#bcc788 color RGB value is (188,199,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000111 10001000
Octal 274 307 210
Decimal 188 199 136
Hex BC C7 88

RGB Percentages of Color #bcc788

%35.95
%38.05
%26.00

CMYK Percentages of Color #bcc788

%6
%0
%32
%22

Triadic Colors of #bcc788

#bcc788 #88bcc7 #c788bc

Analogous Colors of #bcc788

#bcc788 #9dc788 #c7b388

Monochromatic Colors of #bcc788

#bcc788

Complementary Color

#bcc788 #9388c7

#bcc788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc788 Color CSS Codes

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

#bcc788 Text Font Color

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

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


#bcc788 Background Color

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

This div background color is #bcc788


#bcc788 Border Color

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

This div border color is #bcc788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc788


Comments

No comments written yet.

Please login to write comment.