Color Hex Logo

#bdd81b Color Hex

#BDD81B
(189,216,27)
0 Favorites   0 Comments

Color spaces of #bdd81b

RGB 18921627
HSL0.190.780.48
HSV69°88°85°
CMYK 0.130.000.88   0.15
XYZ45.740060.009710.2092
Yxy60.00970.39450.5175
Hunter Lab77.4659-30.169546.4123
CIE-Lab81.8435-29.916777.8354

#bdd81b color RGB value is (189,216,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011000 00011011
Octal 275 330 33
Decimal 189 216 27
Hex BD D8 1B

RGB Percentages of Color #bdd81b

%43.75
%50.00
%6.25

CMYK Percentages of Color #bdd81b

%13
%0
%88
%15

Triadic Colors of #bdd81b

#bdd81b #1bbdd8 #d81bbd

Analogous Colors of #bdd81b

#bdd81b #5ed81b #d8951b

Monochromatic Colors of #bdd81b

#bdd81b

Complementary Color

#bdd81b #361bd8

#bdd81b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd81b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd81b Color CSS Codes

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

#bdd81b Text Font Color

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

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


#bdd81b Background Color

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

This div background color is #bdd81b


#bdd81b Border Color

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

This div border color is #bdd81b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd81b


Comments

No comments written yet.

Please login to write comment.