Color Hex Logo

#bdde29 Color Hex

#BDDE29
(189,222,41)
0 Favorites   0 Comments

Color spaces of #bdde29

RGB 18922241
HSL0.200.730.52
HSV71°82°87°
CMYK 0.150.000.82   0.13
XYZ47.507863.221511.7969
Yxy63.22150.38770.5160
Hunter Lab79.5119-32.493546.8617
CIE-Lab83.5588-32.326176.3078

#bdde29 color RGB value is (189,222,41).

#bdde29 hex color red value is 189, green value is 222 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bdde29 hue: 0.20 , saturation: 0.73 and the lightness value of bdde29 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 00101001
Octal 275 336 51
Decimal 189 222 41
Hex BD DE 29

RGB Percentages of Color #bdde29

%41.81
%49.12
%9.07

CMYK Percentages of Color #bdde29

%15
%0
%82
%13

Triadic Colors of #bdde29

#bdde29 #29bdde #de29bd

Analogous Colors of #bdde29

#bdde29 #63de29 #dea529

Monochromatic Colors of #bdde29

#bdde29

Complementary Color

#bdde29 #4a29de

#bdde29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdde29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdde29 Color CSS Codes

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

#bdde29 Text Font Color

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

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


#bdde29 Background Color

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

This div background color is #bdde29


#bdde29 Border Color

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

This div border color is #bdde29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdde29


Comments

No comments written yet.

Please login to write comment.