Color Hex Logo

#bcc52a Color Hex

#BCC52A
(188,197,42)
0 Favorites   0 Comments

Color spaces of #bcc52a

RGB 18819742
HSL0.180.650.47
HSV63°79°77°
CMYK 0.050.000.79   0.23
XYZ41.123250.79109.8267
Yxy50.79100.40420.4992
Hunter Lab71.2678-21.720041.7123
CIE-Lab76.5522-20.762869.8618

#bcc52a color RGB value is (188,197,42).

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

The process color (four color CMYK) of #bcc52a color hex is 0.05, 0.00, 0.79, 0.23. Web safe color of #bcc52a is #cccc33. Color #bcc52a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 00101010
Octal 274 305 52
Decimal 188 197 42
Hex BC C5 2A

RGB Percentages of Color #bcc52a

%44.03
%46.14
%9.84

CMYK Percentages of Color #bcc52a

%5
%0
%79
%23

Triadic Colors of #bcc52a

#bcc52a #2abcc5 #c52abc

Analogous Colors of #bcc52a

#bcc52a #6fc52a #c5812a

Monochromatic Colors of #bcc52a

#bcc52a

Complementary Color

#bcc52a #332ac5

#bcc52a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc52a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc52a Color CSS Codes

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

#bcc52a Text Font Color

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

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


#bcc52a Background Color

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

This div background color is #bcc52a


#bcc52a Border Color

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

This div border color is #bcc52a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc52a


Comments

No comments written yet.

Please login to write comment.