Color Hex Logo

#bcd90b Color Hex

#BCD90B
(188,217,11)
0 Favorites   0 Comments

Color spaces of #bcd90b

RGB 18821711
HSL0.190.900.45
HSV68°95°85°
CMYK 0.130.000.95   0.15
XYZ45.612360.34129.5596
Yxy60.34120.39490.5224
Hunter Lab77.6796-31.126847.0792
CIE-Lab82.0233-31.056880.1149

#bcd90b color RGB value is (188,217,11).

#bcd90b hex color red value is 188, green value is 217 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bcd90b hue: 0.19 , saturation: 0.90 and the lightness value of bcd90b is 0.45.

The process color (four color CMYK) of #bcd90b color hex is 0.13, 0.00, 0.95, 0.15. Web safe color of #bcd90b is #cccc00. Color #bcd90b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011001 00001011
Octal 274 331 13
Decimal 188 217 11
Hex BC D9 B

RGB Percentages of Color #bcd90b

%45.19
%52.16
%2.64

CMYK Percentages of Color #bcd90b

%13
%0
%95
%15

Triadic Colors of #bcd90b

#bcd90b #0bbcd9 #d90bbc

Analogous Colors of #bcd90b

#bcd90b #55d90b #d98f0b

Monochromatic Colors of #bcd90b

#bcd90b

Complementary Color

#bcd90b #280bd9

#bcd90b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd90b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd90b Color CSS Codes

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

#bcd90b Text Font Color

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

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


#bcd90b Background Color

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

This div background color is #bcd90b


#bcd90b Border Color

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

This div border color is #bcd90b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd90b


Comments

No comments written yet.

Please login to write comment.