Color Hex Logo

#bdd81e Color Hex

#BDD81E
(189,216,30)
0 Favorites   0 Comments

Color spaces of #bdd81e

RGB 18921630
HSL0.190.760.48
HSV69°86°85°
CMYK 0.130.000.86   0.15
XYZ45.776560.024310.4015
Yxy60.02430.39390.5166
Hunter Lab77.4754-30.114746.2727
CIE-Lab81.8514-29.846777.2821

#bdd81e color RGB value is (189,216,30).

#bdd81e hex color red value is 189, green value is 216 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bdd81e hue: 0.19 , saturation: 0.76 and the lightness value of bdd81e is 0.48.

The process color (four color CMYK) of #bdd81e color hex is 0.13, 0.00, 0.86, 0.15. Web safe color of #bdd81e is #cccc33. Color #bdd81e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011000 00011110
Octal 275 330 36
Decimal 189 216 30
Hex BD D8 1E

RGB Percentages of Color #bdd81e

%43.45
%49.66
%6.90

CMYK Percentages of Color #bdd81e

%13
%0
%86
%15

Triadic Colors of #bdd81e

#bdd81e #1ebdd8 #d81ebd

Analogous Colors of #bdd81e

#bdd81e #60d81e #d8961e

Monochromatic Colors of #bdd81e

#bdd81e

Complementary Color

#bdd81e #391ed8

#bdd81e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd81e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd81e Color CSS Codes

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

#bdd81e Text Font Color

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

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


#bdd81e Background Color

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

This div background color is #bdd81e


#bdd81e Border Color

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

This div border color is #bdd81e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd81e


Comments

No comments written yet.

Please login to write comment.