Color Hex Logo

#bdd02e Color Hex

#BDD02E
(189,208,46)
0 Favorites   0 Comments

Color spaces of #bdd02e

RGB 18920846
HSL0.190.640.50
HSV67°78°82°
CMYK 0.090.000.78   0.18
XYZ44.035356.127811.0976
Yxy56.12780.39580.5045
Hunter Lab74.9185-26.189343.6604
CIE-Lab79.6865-25.548871.5539

#bdd02e color RGB value is (189,208,46).

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

The process color (four color CMYK) of #bdd02e color hex is 0.09, 0.00, 0.78, 0.18. Web safe color of #bdd02e is #cccc33. Color #bdd02e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 00101110
Octal 275 320 56
Decimal 189 208 46
Hex BD D0 2E

RGB Percentages of Color #bdd02e

%42.66
%46.95
%10.38

CMYK Percentages of Color #bdd02e

%9
%0
%78
%18

Triadic Colors of #bdd02e

#bdd02e #2ebdd0 #d02ebd

Analogous Colors of #bdd02e

#bdd02e #6cd02e #d0922e

Monochromatic Colors of #bdd02e

#bdd02e

Complementary Color

#bdd02e #412ed0

#bdd02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd02e Color CSS Codes

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

#bdd02e Text Font Color

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

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


#bdd02e Background Color

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

This div background color is #bdd02e


#bdd02e Border Color

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

This div border color is #bdd02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd02e


Comments

No comments written yet.

Please login to write comment.