Color Hex Logo

#bdd92a Color Hex

#BDD92A
(189,217,42)
0 Favorites   0 Comments

Color spaces of #bdd92a

RGB 18921742
HSL0.190.700.51
HSV70°81°85°
CMYK 0.130.000.81   0.15
XYZ46.217060.611711.4538
Yxy60.61170.39070.5124
Hunter Lab77.8535-30.278845.7747
CIE-Lab82.1696-29.964974.8460

#bdd92a color RGB value is (189,217,42).

#bdd92a hex color red value is 189, green value is 217 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bdd92a hue: 0.19 , saturation: 0.70 and the lightness value of bdd92a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011001 00101010
Octal 275 331 52
Decimal 189 217 42
Hex BD D9 2A

RGB Percentages of Color #bdd92a

%42.19
%48.44
%9.38

CMYK Percentages of Color #bdd92a

%13
%0
%81
%15

Triadic Colors of #bdd92a

#bdd92a #2abdd9 #d92abd

Analogous Colors of #bdd92a

#bdd92a #66d92a #d99e2a

Monochromatic Colors of #bdd92a

#bdd92a

Complementary Color

#bdd92a #462ad9

#bdd92a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd92a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd92a Color CSS Codes

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

#bdd92a Text Font Color

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

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


#bdd92a Background Color

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

This div background color is #bdd92a


#bdd92a Border Color

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

This div border color is #bdd92a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd92a


Comments

No comments written yet.

Please login to write comment.