Color Hex Logo

#bddb25 Color Hex

#BDDB25
(189,219,37)
0 Favorites   0 Comments

Color spaces of #bddb25

RGB 18921937
HSL0.190.720.50
HSV70°83°86°
CMYK 0.140.000.83   0.14
XYZ46.651761.615411.1844
Yxy61.61540.39050.5158
Hunter Lab78.4955-31.280446.4989
CIE-Lab82.7085-31.059076.5213

#bddb25 color RGB value is (189,219,37).

#bddb25 hex color red value is 189, green value is 219 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #bddb25 hue: 0.19 , saturation: 0.72 and the lightness value of bddb25 is 0.50.

The process color (four color CMYK) of #bddb25 color hex is 0.14, 0.00, 0.83, 0.14. Web safe color of #bddb25 is #cccc33. Color #bddb25 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 00100101
Octal 275 333 45
Decimal 189 219 37
Hex BD DB 25

RGB Percentages of Color #bddb25

%42.47
%49.21
%8.31

CMYK Percentages of Color #bddb25

%14
%0
%83
%14

Triadic Colors of #bddb25

#bddb25 #25bddb #db25bd

Analogous Colors of #bddb25

#bddb25 #62db25 #db9e25

Monochromatic Colors of #bddb25

#bddb25

Complementary Color

#bddb25 #4325db

#bddb25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddb25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddb25 Color CSS Codes

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

#bddb25 Text Font Color

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

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


#bddb25 Background Color

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

This div background color is #bddb25


#bddb25 Border Color

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

This div border color is #bddb25


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,219,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddb25


Comments

No comments written yet.

Please login to write comment.