Color Hex Logo

#bcd236 Color Hex

#BCD236
(188,210,54)
0 Favorites   0 Comments

Color spaces of #bcd236

RGB 18821054
HSL0.190.630.52
HSV68°74°82°
CMYK 0.100.000.74   0.18
XYZ44.451557.050912.1591
Yxy57.05090.39110.5019
Hunter Lab75.5320-27.131743.3280
CIE-Lab80.2082-26.582569.5650

#bcd236 color RGB value is (188,210,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010010 00110110
Octal 274 322 66
Decimal 188 210 54
Hex BC D2 36

RGB Percentages of Color #bcd236

%41.59
%46.46
%11.95

CMYK Percentages of Color #bcd236

%10
%0
%74
%18

Triadic Colors of #bcd236

#bcd236 #36bcd2 #d236bc

Analogous Colors of #bcd236

#bcd236 #6ed236 #d29a36

Monochromatic Colors of #bcd236

#bcd236

Complementary Color

#bcd236 #4c36d2

#bcd236 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd236 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd236 Color CSS Codes

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

#bcd236 Text Font Color

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

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


#bcd236 Background Color

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

This div background color is #bcd236


#bcd236 Border Color

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

This div border color is #bcd236


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd236


Comments

No comments written yet.

Please login to write comment.