Color Hex Logo

#bddb2d Color Hex

#BDDB2D
(189,219,45)
0 Favorites   0 Comments

Color spaces of #bddb2d

RGB 18921945
HSL0.200.710.52
HSV70°79°86°
CMYK 0.140.000.79   0.14
XYZ46.791461.671311.9202
Yxy61.67130.38870.5123
Hunter Lab78.5311-31.073245.9721
CIE-Lab82.7383-30.794374.5621

#bddb2d color RGB value is (189,219,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 00101101
Octal 275 333 55
Decimal 189 219 45
Hex BD DB 2D

RGB Percentages of Color #bddb2d

%41.72
%48.34
%9.93

CMYK Percentages of Color #bddb2d

%14
%0
%79
%14

Triadic Colors of #bddb2d

#bddb2d #2dbddb #db2dbd

Analogous Colors of #bddb2d

#bddb2d #66db2d #dba22d

Monochromatic Colors of #bddb2d

#bddb2d

Complementary Color

#bddb2d #4b2ddb

#bddb2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddb2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddb2d Color CSS Codes

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

#bddb2d Text Font Color

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

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


#bddb2d Background Color

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

This div background color is #bddb2d


#bddb2d Border Color

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

This div border color is #bddb2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddb2d


Comments

No comments written yet.

Please login to write comment.