Color Hex Logo

#bcc89e Color Hex

#BCC89E
(188,200,158)
0 Favorites   0 Comments

Color spaces of #bcc89e

RGB 188200158
HSL0.210.280.70
HSV77°21°78°
CMYK 0.060.000.21   0.22
XYZ47.564954.468540.3543
Yxy54.46850.33410.3825
Hunter Lab73.8028-14.114019.2430
CIE-Lab78.7341-11.371319.6734

#bcc89e color RGB value is (188,200,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001000 10011110
Octal 274 310 236
Decimal 188 200 158
Hex BC C8 9E

RGB Percentages of Color #bcc89e

%34.43
%36.63
%28.94

CMYK Percentages of Color #bcc89e

%6
%0
%21
%22

Triadic Colors of #bcc89e

#bcc89e #9ebcc8 #c89ebc

Analogous Colors of #bcc89e

#bcc89e #a7c89e #c8bf9e

Monochromatic Colors of #bcc89e

#bcc89e

Complementary Color

#bcc89e #aa9ec8

#bcc89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc89e Color CSS Codes

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

#bcc89e Text Font Color

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

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


#bcc89e Background Color

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

This div background color is #bcc89e


#bcc89e Border Color

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

This div border color is #bcc89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc89e


Comments

No comments written yet.

Please login to write comment.