Color Hex Logo

#bcd136 Color Hex

#BCD136
(188,209,54)
0 Favorites   0 Comments

Color spaces of #bcd136

RGB 18820954
HSL0.190.630.52
HSV68°74°82°
CMYK 0.100.000.74   0.18
XYZ44.205456.558612.0771
Yxy56.55860.39170.5012
Hunter Lab75.2055-26.688143.1225
CIE-Lab79.9307-26.103869.3035

#bcd136 color RGB value is (188,209,54).

#bcd136 hex color red value is 188, green value is 209 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #bcd136 hue: 0.19 , saturation: 0.63 and the lightness value of bcd136 is 0.52.

The process color (four color CMYK) of #bcd136 color hex is 0.10, 0.00, 0.74, 0.18. Web safe color of #bcd136 is #cccc33. Color #bcd136 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010001 00110110
Octal 274 321 66
Decimal 188 209 54
Hex BC D1 36

RGB Percentages of Color #bcd136

%41.69
%46.34
%11.97

CMYK Percentages of Color #bcd136

%10
%0
%74
%18

Triadic Colors of #bcd136

#bcd136 #36bcd1 #d136bc

Analogous Colors of #bcd136

#bcd136 #6fd136 #d19936

Monochromatic Colors of #bcd136

#bcd136

Complementary Color

#bcd136 #4b36d1

#bcd136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd136 Color CSS Codes

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

#bcd136 Text Font Color

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

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


#bcd136 Background Color

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

This div background color is #bcd136


#bcd136 Border Color

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

This div border color is #bcd136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd136


Comments

No comments written yet.

Please login to write comment.