Color Hex Logo

#bcc292 Color Hex

#BCC292
(188,194,146)
0 Favorites   0 Comments

Color spaces of #bcc292

RGB 188194146
HSL0.190.280.67
HSV68°25°76°
CMYK 0.030.000.25   0.24
XYZ45.219151.350334.7224
Yxy51.35030.34440.3911
Hunter Lab71.6591-12.764521.4324
CIE-Lab76.8907-10.061723.5158

#bcc292 color RGB value is (188,194,146).

#bcc292 hex color red value is 188, green value is 194 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bcc292 hue: 0.19 , saturation: 0.28 and the lightness value of bcc292 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 10010010
Octal 274 302 222
Decimal 188 194 146
Hex BC C2 92

RGB Percentages of Color #bcc292

%35.61
%36.74
%27.65

CMYK Percentages of Color #bcc292

%3
%0
%25
%24

Triadic Colors of #bcc292

#bcc292 #92bcc2 #c292bc

Analogous Colors of #bcc292

#bcc292 #a4c292 #c2b092

Monochromatic Colors of #bcc292

#bcc292

Complementary Color

#bcc292 #9892c2

#bcc292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc292 Color CSS Codes

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

#bcc292 Text Font Color

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

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


#bcc292 Background Color

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

This div background color is #bcc292


#bcc292 Border Color

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

This div border color is #bcc292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc292


Comments

No comments written yet.

Please login to write comment.