Color Hex Logo

#bdd33a Color Hex

#BDD33A
(189,211,58)
0 Favorites   0 Comments

Color spaces of #bdd33a

RGB 18921158
HSL0.190.630.53
HSV69°73°83°
CMYK 0.100.000.73   0.17
XYZ45.044357.712812.7686
Yxy57.71280.38990.4996
Hunter Lab75.9689-27.107643.2130
CIE-Lab80.5789-26.462468.6209

#bdd33a color RGB value is (189,211,58).

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

The process color (four color CMYK) of #bdd33a color hex is 0.10, 0.00, 0.73, 0.17. Web safe color of #bdd33a is #cccc33. Color #bdd33a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010011 00111010
Octal 275 323 72
Decimal 189 211 58
Hex BD D3 3A

RGB Percentages of Color #bdd33a

%41.27
%46.07
%12.66

CMYK Percentages of Color #bdd33a

%10
%0
%73
%17

Triadic Colors of #bdd33a

#bdd33a #3abdd3 #d33abd

Analogous Colors of #bdd33a

#bdd33a #71d33a #d39d3a

Monochromatic Colors of #bdd33a

#bdd33a

Complementary Color

#bdd33a #503ad3

#bdd33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd33a Color CSS Codes

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

#bdd33a Text Font Color

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

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


#bdd33a Background Color

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

This div background color is #bdd33a


#bdd33a Border Color

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

This div border color is #bdd33a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,211,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 #bdd33a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd33a


Comments

No comments written yet.

Please login to write comment.