Color Hex Logo

#bdd55e Color Hex

#BDD55E
(189,213,94)
0 Favorites   0 Comments

Color spaces of #bdd55e

RGB 18921394
HSL0.200.590.60
HSV72°56°84°
CMYK 0.110.000.56   0.16
XYZ46.800959.215519.5527
Yxy59.21550.37270.4716
Hunter Lab76.9516-26.104138.8011
CIE-Lab81.4099-25.041755.1127

#bdd55e color RGB value is (189,213,94).

#bdd55e hex color red value is 189, green value is 213 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bdd55e hue: 0.20 , saturation: 0.59 and the lightness value of bdd55e is 0.60.

The process color (four color CMYK) of #bdd55e color hex is 0.11, 0.00, 0.56, 0.16. Web safe color of #bdd55e is #cccc66. Color #bdd55e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010101 01011110
Octal 275 325 136
Decimal 189 213 94
Hex BD D5 5E

RGB Percentages of Color #bdd55e

%38.10
%42.94
%18.95

CMYK Percentages of Color #bdd55e

%11
%0
%56
%16

Triadic Colors of #bdd55e

#bdd55e #5ebdd5 #d55ebd

Analogous Colors of #bdd55e

#bdd55e #82d55e #d5b25e

Monochromatic Colors of #bdd55e

#bdd55e

Complementary Color

#bdd55e #765ed5

#bdd55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd55e Color CSS Codes

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

#bdd55e Text Font Color

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

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


#bdd55e Background Color

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

This div background color is #bdd55e


#bdd55e Border Color

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

This div border color is #bdd55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd55e


Comments

No comments written yet.

Please login to write comment.