Color Hex Logo

#bcc092 Color Hex

#BCC092
(188,192,146)
0 Favorites   0 Comments

Color spaces of #bcc092

RGB 188192146
HSL0.180.270.66
HSV65°24°75°
CMYK 0.020.000.24   0.25
XYZ44.777050.466034.5750
Yxy50.46600.34490.3887
Hunter Lab71.0394-11.808320.8711
CIE-Lab76.3544-9.026222.7847

#bcc092 color RGB value is (188,192,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 10010010
Octal 274 300 222
Decimal 188 192 146
Hex BC C0 92

RGB Percentages of Color #bcc092

%35.74
%36.50
%27.76

CMYK Percentages of Color #bcc092

%2
%0
%24
%25

Triadic Colors of #bcc092

#bcc092 #92bcc0 #c092bc

Analogous Colors of #bcc092

#bcc092 #a5c092 #c0ad92

Monochromatic Colors of #bcc092

#bcc092

Complementary Color

#bcc092 #9692c0

#bcc092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc092 Color CSS Codes

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

#bcc092 Text Font Color

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

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


#bcc092 Background Color

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

This div background color is #bcc092


#bcc092 Border Color

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

This div border color is #bcc092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc092


Comments

No comments written yet.

Please login to write comment.