Color Hex Logo

#bcc08e Color Hex

#BCC08E
(188,192,142)
0 Favorites   0 Comments

Color spaces of #bcc08e

RGB 188192142
HSL0.180.280.65
HSV65°26°75°
CMYK 0.020.000.26   0.25
XYZ44.471250.343632.9646
Yxy50.34360.34800.3940
Hunter Lab70.9532-12.290122.1213
CIE-Lab76.2797-9.591824.8081

#bcc08e color RGB value is (188,192,142).

#bcc08e hex color red value is 188, green value is 192 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bcc08e hue: 0.18 , saturation: 0.28 and the lightness value of bcc08e is 0.65.

The process color (four color CMYK) of #bcc08e color hex is 0.02, 0.00, 0.26, 0.25. Web safe color of #bcc08e is #cccc99. Color #bcc08e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 10001110
Octal 274 300 216
Decimal 188 192 142
Hex BC C0 8E

RGB Percentages of Color #bcc08e

%36.02
%36.78
%27.20

CMYK Percentages of Color #bcc08e

%2
%0
%26
%25

Triadic Colors of #bcc08e

#bcc08e #8ebcc0 #c08ebc

Analogous Colors of #bcc08e

#bcc08e #a3c08e #c0ab8e

Monochromatic Colors of #bcc08e

#bcc08e

Complementary Color

#bcc08e #928ec0

#bcc08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc08e Color CSS Codes

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

#bcc08e Text Font Color

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

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


#bcc08e Background Color

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

This div background color is #bcc08e


#bcc08e Border Color

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

This div border color is #bcc08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc08e


Comments

No comments written yet.

Please login to write comment.