Color Hex Logo

#bcd330 Color Hex

#BCD330
(188,211,48)
0 Favorites   0 Comments

Color spaces of #bcd330

RGB 18821148
HSL0.190.650.51
HSV68°77°83°
CMYK 0.110.000.77   0.17
XYZ44.566857.493311.5447
Yxy57.49330.39230.5061
Hunter Lab75.8243-27.776844.0498
CIE-Lab80.4563-27.316471.6429

#bcd330 color RGB value is (188,211,48).

#bcd330 hex color red value is 188, green value is 211 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #bcd330 hue: 0.19 , saturation: 0.65 and the lightness value of bcd330 is 0.51.

The process color (four color CMYK) of #bcd330 color hex is 0.11, 0.00, 0.77, 0.17. Web safe color of #bcd330 is #cccc33. Color #bcd330 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010011 00110000
Octal 274 323 60
Decimal 188 211 48
Hex BC D3 30

RGB Percentages of Color #bcd330

%42.06
%47.20
%10.74

CMYK Percentages of Color #bcd330

%11
%0
%77
%17

Triadic Colors of #bcd330

#bcd330 #30bcd3 #d330bc

Analogous Colors of #bcd330

#bcd330 #6bd330 #d39930

Monochromatic Colors of #bcd330

#bcd330

Complementary Color

#bcd330 #4730d3

#bcd330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd330 Color CSS Codes

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

#bcd330 Text Font Color

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

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


#bcd330 Background Color

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

This div background color is #bcd330


#bcd330 Border Color

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

This div border color is #bcd330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd330


Comments

No comments written yet.

Please login to write comment.