Color Hex Logo

#bcd35b Color Hex

#BCD35B
(188,211,91)
0 Favorites   0 Comments

Color spaces of #bcd35b

RGB 18821191
HSL0.200.580.59
HSV72°57°83°
CMYK 0.110.000.57   0.17
XYZ45.921658.035218.6791
Yxy58.03520.37450.4732
Hunter Lab76.1808-25.717238.7890
CIE-Lab80.7584-24.721655.6954

#bcd35b color RGB value is (188,211,91).

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

The process color (four color CMYK) of #bcd35b color hex is 0.11, 0.00, 0.57, 0.17. Web safe color of #bcd35b is #cccc66. Color #bcd35b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010011 01011011
Octal 274 323 133
Decimal 188 211 91
Hex BC D3 5B

RGB Percentages of Color #bcd35b

%38.37
%43.06
%18.57

CMYK Percentages of Color #bcd35b

%11
%0
%57
%17

Triadic Colors of #bcd35b

#bcd35b #5bbcd3 #d35bbc

Analogous Colors of #bcd35b

#bcd35b #80d35b #d3ae5b

Monochromatic Colors of #bcd35b

#bcd35b

Complementary Color

#bcd35b #725bd3

#bcd35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd35b Color CSS Codes

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

#bcd35b Text Font Color

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

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


#bcd35b Background Color

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

This div background color is #bcd35b


#bcd35b Border Color

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

This div border color is #bcd35b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,211,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 #bcd35b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd35b


Comments

No comments written yet.

Please login to write comment.