Color Hex Logo

#bdd81a Color Hex

#BDD81A
(189,216,26)
0 Favorites   0 Comments

Color spaces of #bdd81a

RGB 18921626
HSL0.190.790.47
HSV69°88°85°
CMYK 0.130.000.88   0.15
XYZ45.728660.005110.1493
Yxy60.00510.39460.5178
Hunter Lab77.4630-30.186546.4558
CIE-Lab81.8410-29.938478.0091

#bdd81a color RGB value is (189,216,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011000 00011010
Octal 275 330 32
Decimal 189 216 26
Hex BD D8 1A

RGB Percentages of Color #bdd81a

%43.85
%50.12
%6.03

CMYK Percentages of Color #bdd81a

%13
%0
%88
%15

Triadic Colors of #bdd81a

#bdd81a #1abdd8 #d81abd

Analogous Colors of #bdd81a

#bdd81a #5ed81a #d8941a

Monochromatic Colors of #bdd81a

#bdd81a

Complementary Color

#bdd81a #351ad8

#bdd81a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd81a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd81a Color CSS Codes

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

#bdd81a Text Font Color

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

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


#bdd81a Background Color

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

This div background color is #bdd81a


#bdd81a Border Color

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

This div border color is #bdd81a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd81a


Comments

No comments written yet.

Please login to write comment.