Color Hex Logo

#bddd2e Color Hex

#BDDD2E
(189,221,46)
0 Favorites   0 Comments

Color spaces of #bddd2e

RGB 18922146
HSL0.200.720.52
HSV71°79°87°
CMYK 0.140.000.79   0.13
XYZ47.335962.729012.1978
Yxy62.72900.38720.5131
Hunter Lab79.2016-31.920046.3099
CIE-Lab83.2996-31.688174.7928

#bddd2e color RGB value is (189,221,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 00101110
Octal 275 335 56
Decimal 189 221 46
Hex BD DD 2E

RGB Percentages of Color #bddd2e

%41.45
%48.46
%10.09

CMYK Percentages of Color #bddd2e

%14
%0
%79
%13

Triadic Colors of #bddd2e

#bddd2e #2ebddd #dd2ebd

Analogous Colors of #bddd2e

#bddd2e #66dd2e #dda62e

Monochromatic Colors of #bddd2e

#bddd2e

Complementary Color

#bddd2e #4e2edd

#bddd2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddd2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddd2e Color CSS Codes

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

#bddd2e Text Font Color

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

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


#bddd2e Background Color

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

This div background color is #bddd2e


#bddd2e Border Color

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

This div border color is #bddd2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddd2e


Comments

No comments written yet.

Please login to write comment.