Color Hex Logo

#bcc094 Color Hex

#BCC094
(188,192,148)
0 Favorites   0 Comments

Color spaces of #bcc094

RGB 188192148
HSL0.180.260.67
HSV65°23°75°
CMYK 0.020.000.23   0.25
XYZ44.934050.528835.4017
Yxy50.52880.34340.3861
Hunter Lab71.0836-11.561320.2304
CIE-Lab76.3927-8.737121.7718

#bcc094 color RGB value is (188,192,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 10010100
Octal 274 300 224
Decimal 188 192 148
Hex BC C0 94

RGB Percentages of Color #bcc094

%35.61
%36.36
%28.03

CMYK Percentages of Color #bcc094

%2
%0
%23
%25

Triadic Colors of #bcc094

#bcc094 #94bcc0 #c094bc

Analogous Colors of #bcc094

#bcc094 #a6c094 #c0ae94

Monochromatic Colors of #bcc094

#bcc094

Complementary Color

#bcc094 #9894c0

#bcc094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc094 Color CSS Codes

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

#bcc094 Text Font Color

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

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


#bcc094 Background Color

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

This div background color is #bcc094


#bcc094 Border Color

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

This div border color is #bcc094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc094


Comments

No comments written yet.

Please login to write comment.