Color Hex Logo

#bdd22d Color Hex

#BDD22D
(189,210,45)
0 Favorites   0 Comments

Color spaces of #bdd22d

RGB 18921045
HSL0.190.650.50
HSV68°79°82°
CMYK 0.100.000.79   0.18
XYZ44.506557.101511.1586
Yxy57.10150.39470.5064
Hunter Lab75.5655-27.107044.1406
CIE-Lab80.2366-26.545172.3316

#bdd22d color RGB value is (189,210,45).

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

The process color (four color CMYK) of #bdd22d color hex is 0.10, 0.00, 0.79, 0.18. Web safe color of #bdd22d is #cccc33. Color #bdd22d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010010 00101101
Octal 275 322 55
Decimal 189 210 45
Hex BD D2 2D

RGB Percentages of Color #bdd22d

%42.57
%47.30
%10.14

CMYK Percentages of Color #bdd22d

%10
%0
%79
%18

Triadic Colors of #bdd22d

#bdd22d #2dbdd2 #d22dbd

Analogous Colors of #bdd22d

#bdd22d #6bd22d #d2952d

Monochromatic Colors of #bdd22d

#bdd22d

Complementary Color

#bdd22d #422dd2

#bdd22d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd22d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd22d Color CSS Codes

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

#bdd22d Text Font Color

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

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


#bdd22d Background Color

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

This div background color is #bdd22d


#bdd22d Border Color

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

This div border color is #bdd22d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd22d


Comments

No comments written yet.

Please login to write comment.