Color Hex Logo

#bcc31e Color Hex

#BCC31E
(188,195,30)
0 Favorites   0 Comments

Color spaces of #bcc31e

RGB 18819530
HSL0.170.730.44
HSV63°85°76°
CMYK 0.040.000.85   0.24
XYZ40.488549.81538.7096
Yxy49.81530.40890.5031
Hunter Lab70.5800-21.117642.0896
CIE-Lab75.9558-20.147572.3704

#bcc31e color RGB value is (188,195,30).

#bcc31e hex color red value is 188, green value is 195 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bcc31e hue: 0.17 , saturation: 0.73 and the lightness value of bcc31e is 0.44.

The process color (four color CMYK) of #bcc31e color hex is 0.04, 0.00, 0.85, 0.24. Web safe color of #bcc31e is #cccc33. Color #bcc31e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000011 00011110
Octal 274 303 36
Decimal 188 195 30
Hex BC C3 1E

RGB Percentages of Color #bcc31e

%45.52
%47.22
%7.26

CMYK Percentages of Color #bcc31e

%4
%0
%85
%24

Triadic Colors of #bcc31e

#bcc31e #1ebcc3 #c31ebc

Analogous Colors of #bcc31e

#bcc31e #6ac31e #c3781e

Monochromatic Colors of #bcc31e

#bcc31e

Complementary Color

#bcc31e #251ec3

#bcc31e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc31e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc31e Color CSS Codes

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

#bcc31e Text Font Color

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

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


#bcc31e Background Color

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

This div background color is #bcc31e


#bcc31e Border Color

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

This div border color is #bcc31e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc31e


Comments

No comments written yet.

Please login to write comment.