Color Hex Logo

#bcc58a Color Hex

#BCC58A
(188,197,138)
0 Favorites   0 Comments

Color spaces of #bcc58a

RGB 188197138
HSL0.190.340.66
HSV69°30°77°
CMYK 0.050.000.30   0.23
XYZ45.292752.458831.7831
Yxy52.45880.34970.4050
Hunter Lab72.4284-15.125924.6822
CIE-Lab77.5544-12.710628.6298

#bcc58a color RGB value is (188,197,138).

#bcc58a hex color red value is 188, green value is 197 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bcc58a hue: 0.19 , saturation: 0.34 and the lightness value of bcc58a is 0.66.

The process color (four color CMYK) of #bcc58a color hex is 0.05, 0.00, 0.30, 0.23. Web safe color of #bcc58a is #cccc99. Color #bcc58a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 10001010
Octal 274 305 212
Decimal 188 197 138
Hex BC C5 8A

RGB Percentages of Color #bcc58a

%35.95
%37.67
%26.39

CMYK Percentages of Color #bcc58a

%5
%0
%30
%23

Triadic Colors of #bcc58a

#bcc58a #8abcc5 #c58abc

Analogous Colors of #bcc58a

#bcc58a #9fc58a #c5b18a

Monochromatic Colors of #bcc58a

#bcc58a

Complementary Color

#bcc58a #938ac5

#bcc58a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc58a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc58a Color CSS Codes

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

#bcc58a Text Font Color

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

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


#bcc58a Background Color

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

This div background color is #bcc58a


#bcc58a Border Color

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

This div border color is #bcc58a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc58a


Comments

No comments written yet.

Please login to write comment.