Color Hex Logo

#bddd2d Color Hex

#BDDD2D
(189,221,45)
0 Favorites   0 Comments

Color spaces of #bddd2d

RGB 18922145
HSL0.200.720.52
HSV71°80°87°
CMYK 0.140.000.80   0.13
XYZ47.316462.721212.0952
Yxy62.72120.38740.5135
Hunter Lab79.1967-31.948746.3827
CIE-Lab83.2955-31.724875.0568

#bddd2d color RGB value is (189,221,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 00101101
Octal 275 335 55
Decimal 189 221 45
Hex BD DD 2D

RGB Percentages of Color #bddd2d

%41.54
%48.57
%9.89

CMYK Percentages of Color #bddd2d

%14
%0
%80
%13

Triadic Colors of #bddd2d

#bddd2d #2dbddd #dd2dbd

Analogous Colors of #bddd2d

#bddd2d #65dd2d #dda52d

Monochromatic Colors of #bddd2d

#bddd2d

Complementary Color

#bddd2d #4d2ddd

#bddd2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddd2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddd2d Color CSS Codes

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

#bddd2d Text Font Color

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

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


#bddd2d Background Color

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

This div background color is #bddd2d


#bddd2d Border Color

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

This div border color is #bddd2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddd2d


Comments

No comments written yet.

Please login to write comment.