Color Hex Logo

#bcd030 Color Hex

#BCD030
(188,208,48)
0 Favorites   0 Comments

Color spaces of #bcd030

RGB 18820848
HSL0.190.630.50
HSV67°77°82°
CMYK 0.100.000.77   0.18
XYZ43.828456.016511.2986
Yxy56.01650.39430.5040
Hunter Lab74.8442-26.448543.4404
CIE-Lab79.6232-25.882970.8841

#bcd030 color RGB value is (188,208,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 00110000
Octal 274 320 60
Decimal 188 208 48
Hex BC D0 30

RGB Percentages of Color #bcd030

%42.34
%46.85
%10.81

CMYK Percentages of Color #bcd030

%10
%0
%77
%18

Triadic Colors of #bcd030

#bcd030 #30bcd0 #d030bc

Analogous Colors of #bcd030

#bcd030 #6cd030 #d09430

Monochromatic Colors of #bcd030

#bcd030

Complementary Color

#bcd030 #4430d0

#bcd030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd030 Color CSS Codes

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

#bcd030 Text Font Color

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

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


#bcd030 Background Color

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

This div background color is #bcd030


#bcd030 Border Color

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

This div border color is #bcd030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd030


Comments

No comments written yet.

Please login to write comment.