Color Hex Logo

#bdd53a Color Hex

#BDD53A
(189,213,58)
0 Favorites   0 Comments

Color spaces of #bdd53a

RGB 18921358
HSL0.190.650.53
HSV69°73°84°
CMYK 0.110.000.73   0.16
XYZ45.544258.712812.9353
Yxy58.71280.38860.5010
Hunter Lab76.6243-27.995043.6280
CIE-Lab81.1335-27.416369.1530

#bdd53a color RGB value is (189,213,58).

#bdd53a hex color red value is 189, green value is 213 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bdd53a hue: 0.19 , saturation: 0.65 and the lightness value of bdd53a is 0.53.

The process color (four color CMYK) of #bdd53a color hex is 0.11, 0.00, 0.73, 0.16. Web safe color of #bdd53a is #cccc33. Color #bdd53a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010101 00111010
Octal 275 325 72
Decimal 189 213 58
Hex BD D5 3A

RGB Percentages of Color #bdd53a

%41.09
%46.30
%12.61

CMYK Percentages of Color #bdd53a

%11
%0
%73
%16

Triadic Colors of #bdd53a

#bdd53a #3abdd5 #d53abd

Analogous Colors of #bdd53a

#bdd53a #70d53a #d5a03a

Monochromatic Colors of #bdd53a

#bdd53a

Complementary Color

#bdd53a #523ad5

#bdd53a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd53a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd53a Color CSS Codes

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

#bdd53a Text Font Color

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

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


#bdd53a Background Color

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

This div background color is #bdd53a


#bdd53a Border Color

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

This div border color is #bdd53a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd53a


Comments

No comments written yet.

Please login to write comment.