Color Hex Logo

#bcd85c Color Hex

#BCD85C
(188,216,92)
0 Favorites   0 Comments

Color spaces of #bcd85c

RGB 18821692
HSL0.200.610.60
HSV74°57°85°
CMYK 0.130.000.57   0.15
XYZ47.226760.575819.3284
Yxy60.57580.37150.4765
Hunter Lab77.8305-27.891439.7573
CIE-Lab82.1502-27.038756.8221

#bcd85c color RGB value is (188,216,92).

#bcd85c hex color red value is 188, green value is 216 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #bcd85c hue: 0.20 , saturation: 0.61 and the lightness value of bcd85c is 0.60.

The process color (four color CMYK) of #bcd85c color hex is 0.13, 0.00, 0.57, 0.15. Web safe color of #bcd85c is #cccc66. Color #bcd85c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011000 01011100
Octal 274 330 134
Decimal 188 216 92
Hex BC D8 5C

RGB Percentages of Color #bcd85c

%37.90
%43.55
%18.55

CMYK Percentages of Color #bcd85c

%13
%0
%57
%15

Triadic Colors of #bcd85c

#bcd85c #5cbcd8 #d85cbc

Analogous Colors of #bcd85c

#bcd85c #7ed85c #d8b65c

Monochromatic Colors of #bcd85c

#bcd85c

Complementary Color

#bcd85c #785cd8

#bcd85c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd85c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd85c Color CSS Codes

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

#bcd85c Text Font Color

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

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


#bcd85c Background Color

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

This div background color is #bcd85c


#bcd85c Border Color

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

This div border color is #bcd85c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd85c


Comments

No comments written yet.

Please login to write comment.