Color Hex Logo

#bdde5a Color Hex

#BDDE5A
(189,222,90)
0 Favorites   0 Comments

Color spaces of #bdde5a

RGB 18922290
HSL0.210.670.61
HSV75°59°87°
CMYK 0.150.000.59   0.13
XYZ48.953063.799619.4073
Yxy63.79960.37040.4827
Hunter Lab79.8747-30.382841.5064
CIE-Lab83.8613-29.646659.6196

#bdde5a color RGB value is (189,222,90).

#bdde5a hex color red value is 189, green value is 222 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bdde5a hue: 0.21 , saturation: 0.67 and the lightness value of bdde5a is 0.61.

The process color (four color CMYK) of #bdde5a color hex is 0.15, 0.00, 0.59, 0.13. Web safe color of #bdde5a is #cccc66. Color #bdde5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 01011010
Octal 275 336 132
Decimal 189 222 90
Hex BD DE 5A

RGB Percentages of Color #bdde5a

%37.72
%44.31
%17.96

CMYK Percentages of Color #bdde5a

%15
%0
%59
%13

Triadic Colors of #bdde5a

#bdde5a #5abdde #de5abd

Analogous Colors of #bdde5a

#bdde5a #7bde5a #debd5a

Monochromatic Colors of #bdde5a

#bdde5a

Complementary Color

#bdde5a #7b5ade

#bdde5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdde5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdde5a Color CSS Codes

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

#bdde5a Text Font Color

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

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


#bdde5a Background Color

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

This div background color is #bdde5a


#bdde5a Border Color

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

This div border color is #bdde5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdde5a


Comments

No comments written yet.

Please login to write comment.