Color Hex Logo

#bdd83b Color Hex

#BDD83B
(189,216,59)
0 Favorites   0 Comments

Color spaces of #bdd83b

RGB 18921659
HSL0.200.670.54
HSV70°73°85°
CMYK 0.130.000.73   0.15
XYZ46.331560.246313.3244
Yxy60.24630.38640.5025
Hunter Lab77.6185-29.283444.1549
CIE-Lab81.9719-28.788469.6224

#bdd83b color RGB value is (189,216,59).

#bdd83b hex color red value is 189, green value is 216 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bdd83b hue: 0.20 , saturation: 0.67 and the lightness value of bdd83b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011000 00111011
Octal 275 330 73
Decimal 189 216 59
Hex BD D8 3B

RGB Percentages of Color #bdd83b

%40.73
%46.55
%12.72

CMYK Percentages of Color #bdd83b

%13
%0
%73
%15

Triadic Colors of #bdd83b

#bdd83b #3bbdd8 #d83bbd

Analogous Colors of #bdd83b

#bdd83b #6fd83b #d8a53b

Monochromatic Colors of #bdd83b

#bdd83b

Complementary Color

#bdd83b #563bd8

#bdd83b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd83b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd83b Color CSS Codes

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

#bdd83b Text Font Color

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

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


#bdd83b Background Color

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

This div background color is #bdd83b


#bdd83b Border Color

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

This div border color is #bdd83b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd83b


Comments

No comments written yet.

Please login to write comment.