Color Hex Logo

#bdd200 Color Hex

#BDD200
(189,210,0)
0 Favorites   0 Comments

Color spaces of #bdd200

RGB 1892100
HSL0.181.000.41
HSV66°100°82°
CMYK 0.100.001.00   0.18
XYZ44.032956.91208.6643
Yxy56.91200.40170.5192
Hunter Lab75.4400-27.833145.9986
CIE-Lab80.1301-27.467879.7172

#bdd200 color RGB value is (189,210,0).

#bdd200 hex color red value is 189, green value is 210 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #bdd200 hue: 0.18 , saturation: 1.00 and the lightness value of bdd200 is 0.41.

The process color (four color CMYK) of #bdd200 color hex is 0.10, 0.00, 1.00, 0.18. Web safe color of #bdd200 is #cccc00. Color #bdd200 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010010 00000000
Octal 275 322 0
Decimal 189 210 0
Hex BD D2 0

RGB Percentages of Color #bdd200

%47.37
%52.63
%0.00

CMYK Percentages of Color #bdd200

%10
%0
%100
%18

Triadic Colors of #bdd200

#bdd200 #00bdd2 #d200bd

Analogous Colors of #bdd200

#bdd200 #54d200 #d27e00

Monochromatic Colors of #bdd200

#bdd200

Complementary Color

#bdd200 #1500d2

#bdd200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd200 Color CSS Codes

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

#bdd200 Text Font Color

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

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


#bdd200 Background Color

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

This div background color is #bdd200


#bdd200 Border Color

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

This div border color is #bdd200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd200


Comments

No comments written yet.

Please login to write comment.