Color Hex Logo

#bdd050 Color Hex

#BDD050
(189,208,80)
0 Favorites   0 Comments

Color spaces of #bdd050

RGB 18920880
HSL0.190.580.56
HSV69°62°82°
CMYK 0.090.000.62   0.18
XYZ44.990156.509816.1257
Yxy56.50980.38250.4804
Hunter Lab75.1730-24.722739.9025
CIE-Lab79.9031-23.706159.5346

#bdd050 color RGB value is (189,208,80).

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

The process color (four color CMYK) of #bdd050 color hex is 0.09, 0.00, 0.62, 0.18. Web safe color of #bdd050 is #cccc66. Color #bdd050 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 01010000
Octal 275 320 120
Decimal 189 208 80
Hex BD D0 50

RGB Percentages of Color #bdd050

%39.62
%43.61
%16.77

CMYK Percentages of Color #bdd050

%9
%0
%62
%18

Triadic Colors of #bdd050

#bdd050 #50bdd0 #d050bd

Analogous Colors of #bdd050

#bdd050 #7dd050 #d0a350

Monochromatic Colors of #bdd050

#bdd050

Complementary Color

#bdd050 #6350d0

#bdd050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd050 Color CSS Codes

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

#bdd050 Text Font Color

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

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


#bdd050 Background Color

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

This div background color is #bdd050


#bdd050 Border Color

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

This div border color is #bdd050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd050


Comments

No comments written yet.

Please login to write comment.