Color Hex Logo

#bcd15b Color Hex

#BCD15B
(188,209,91)
0 Favorites   0 Comments

Color spaces of #bcd15b

RGB 18820991
HSL0.200.560.59
HSV71°56°82°
CMYK 0.100.000.56   0.18
XYZ45.427857.047618.5145
Yxy57.04760.37550.4715
Hunter Lab75.5299-24.817638.3373
CIE-Lab80.2064-23.753755.0711

#bcd15b color RGB value is (188,209,91).

#bcd15b hex color red value is 188, green value is 209 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bcd15b hue: 0.20 , saturation: 0.56 and the lightness value of bcd15b is 0.59.

The process color (four color CMYK) of #bcd15b color hex is 0.10, 0.00, 0.56, 0.18. Web safe color of #bcd15b is #cccc66. Color #bcd15b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010001 01011011
Octal 274 321 133
Decimal 188 209 91
Hex BC D1 5B

RGB Percentages of Color #bcd15b

%38.52
%42.83
%18.65

CMYK Percentages of Color #bcd15b

%10
%0
%56
%18

Triadic Colors of #bcd15b

#bcd15b #5bbcd1 #d15bbc

Analogous Colors of #bcd15b

#bcd15b #81d15b #d1ab5b

Monochromatic Colors of #bcd15b

#bcd15b

Complementary Color

#bcd15b #705bd1

#bcd15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd15b Color CSS Codes

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

#bcd15b Text Font Color

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

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


#bcd15b Background Color

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

This div background color is #bcd15b


#bcd15b Border Color

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

This div border color is #bcd15b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd15b


Comments

No comments written yet.

Please login to write comment.