Color Hex Logo

#bcc293 Color Hex

#BCC293
(188,194,147)
0 Favorites   0 Comments

Color spaces of #bcc293

RGB 188194147
HSL0.190.280.67
HSV68°24°76°
CMYK 0.030.000.24   0.24
XYZ45.297351.381535.1340
Yxy51.38150.34360.3898
Hunter Lab71.6809-12.642121.1160
CIE-Lab76.9095-9.917923.0104

#bcc293 color RGB value is (188,194,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 10010011
Octal 274 302 223
Decimal 188 194 147
Hex BC C2 93

RGB Percentages of Color #bcc293

%35.54
%36.67
%27.79

CMYK Percentages of Color #bcc293

%3
%0
%24
%24

Triadic Colors of #bcc293

#bcc293 #93bcc2 #c293bc

Analogous Colors of #bcc293

#bcc293 #a5c293 #c2b193

Monochromatic Colors of #bcc293

#bcc293

Complementary Color

#bcc293 #9993c2

#bcc293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc293 Color CSS Codes

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

#bcc293 Text Font Color

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

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


#bcc293 Background Color

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

This div background color is #bcc293


#bcc293 Border Color

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

This div border color is #bcc293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc293


Comments

No comments written yet.

Please login to write comment.