Color Hex Logo

#bcc55e Color Hex

#BCC55E
(188,197,94)
0 Favorites   0 Comments

Color spaces of #bcc55e

RGB 18819794
HSL0.180.470.57
HSV65°52°77°
CMYK 0.050.000.52   0.23
XYZ42.725751.432018.2652
Yxy51.43200.38000.4575
Hunter Lab71.7161-19.159735.1008
CIE-Lab76.9400-17.584349.9389

#bcc55e color RGB value is (188,197,94).

#bcc55e hex color red value is 188, green value is 197 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bcc55e hue: 0.18 , saturation: 0.47 and the lightness value of bcc55e is 0.57.

The process color (four color CMYK) of #bcc55e color hex is 0.05, 0.00, 0.52, 0.23. Web safe color of #bcc55e is #cccc66. Color #bcc55e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 01011110
Octal 274 305 136
Decimal 188 197 94
Hex BC C5 5E

RGB Percentages of Color #bcc55e

%39.25
%41.13
%19.62

CMYK Percentages of Color #bcc55e

%5
%0
%52
%23

Triadic Colors of #bcc55e

#bcc55e #5ebcc5 #c55ebc

Analogous Colors of #bcc55e

#bcc55e #89c55e #c59b5e

Monochromatic Colors of #bcc55e

#bcc55e

Complementary Color

#bcc55e #675ec5

#bcc55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc55e Color CSS Codes

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

#bcc55e Text Font Color

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

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


#bcc55e Background Color

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

This div background color is #bcc55e


#bcc55e Border Color

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

This div border color is #bcc55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc55e


Comments

No comments written yet.

Please login to write comment.