Color Hex Logo

#bcc73e Color Hex

#BCC73E
(188,199,62)
0 Favorites   0 Comments

Color spaces of #bcc73e

RGB 18819962
HSL0.180.550.51
HSV65°69°78°
CMYK 0.060.000.69   0.22
XYZ42.032051.886012.3571
Yxy51.88600.39550.4882
Hunter Lab72.0319-21.897840.2511
CIE-Lab77.2126-20.843863.8802

#bcc73e color RGB value is (188,199,62).

#bcc73e hex color red value is 188, green value is 199 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bcc73e hue: 0.18 , saturation: 0.55 and the lightness value of bcc73e is 0.51.

The process color (four color CMYK) of #bcc73e color hex is 0.06, 0.00, 0.69, 0.22. Web safe color of #bcc73e is #cccc33. Color #bcc73e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000111 00111110
Octal 274 307 76
Decimal 188 199 62
Hex BC C7 3E

RGB Percentages of Color #bcc73e

%41.87
%44.32
%13.81

CMYK Percentages of Color #bcc73e

%6
%0
%69
%22

Triadic Colors of #bcc73e

#bcc73e #3ebcc7 #c73ebc

Analogous Colors of #bcc73e

#bcc73e #78c73e #c78e3e

Monochromatic Colors of #bcc73e

#bcc73e

Complementary Color

#bcc73e #493ec7

#bcc73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc73e Color CSS Codes

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

#bcc73e Text Font Color

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

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


#bcc73e Background Color

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

This div background color is #bcc73e


#bcc73e Border Color

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

This div border color is #bcc73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc73e


Comments

No comments written yet.

Please login to write comment.