Color Hex Logo

#bcd929 Color Hex

#BCD929
(188,217,41)
0 Favorites   0 Comments

Color spaces of #bcd929

RGB 18821741
HSL0.190.700.51
HSV70°81°85°
CMYK 0.130.000.81   0.15
XYZ45.952160.477211.3492
Yxy60.47720.39020.5135
Hunter Lab77.7671-30.617845.7843
CIE-Lab82.0969-30.404375.0090

#bcd929 color RGB value is (188,217,41).

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

The process color (four color CMYK) of #bcd929 color hex is 0.13, 0.00, 0.81, 0.15. Web safe color of #bcd929 is #cccc33. Color #bcd929 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011001 00101001
Octal 274 331 51
Decimal 188 217 41
Hex BC D9 29

RGB Percentages of Color #bcd929

%42.15
%48.65
%9.19

CMYK Percentages of Color #bcd929

%13
%0
%81
%15

Triadic Colors of #bcd929

#bcd929 #29bcd9 #d929bc

Analogous Colors of #bcd929

#bcd929 #64d929 #d99e29

Monochromatic Colors of #bcd929

#bcd929

Complementary Color

#bcd929 #4629d9

#bcd929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd929 Color CSS Codes

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

#bcd929 Text Font Color

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

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


#bcd929 Background Color

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

This div background color is #bcd929


#bcd929 Border Color

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

This div border color is #bcd929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd929


Comments

No comments written yet.

Please login to write comment.