Color Hex Logo

#bdcc29 Color Hex

#BDCC29
(189,204,41)
0 Favorites   0 Comments

Color spaces of #bdcc29

RGB 18920441
HSL0.180.670.48
HSV66°80°80°
CMYK 0.070.000.80   0.20
XYZ42.979454.164610.2874
Yxy54.16460.40010.5042
Hunter Lab73.5966-24.552543.2300
CIE-Lab78.5576-23.800471.9387

#bdcc29 color RGB value is (189,204,41).

#bdcc29 hex color red value is 189, green value is 204 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bdcc29 hue: 0.18 , saturation: 0.67 and the lightness value of bdcc29 is 0.48.

The process color (four color CMYK) of #bdcc29 color hex is 0.07, 0.00, 0.80, 0.20. Web safe color of #bdcc29 is #cccc33. Color #bdcc29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 00101001
Octal 275 314 51
Decimal 189 204 41
Hex BD CC 29

RGB Percentages of Color #bdcc29

%43.55
%47.00
%9.45

CMYK Percentages of Color #bdcc29

%7
%0
%80
%20

Triadic Colors of #bdcc29

#bdcc29 #29bdcc #cc29bd

Analogous Colors of #bdcc29

#bdcc29 #6ccc29 #cc8a29

Monochromatic Colors of #bdcc29

#bdcc29

Complementary Color

#bdcc29 #3829cc

#bdcc29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcc29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcc29 Color CSS Codes

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

#bdcc29 Text Font Color

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

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


#bdcc29 Background Color

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

This div background color is #bdcc29


#bdcc29 Border Color

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

This div border color is #bdcc29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcc29


Comments

No comments written yet.

Please login to write comment.