Color Hex Logo

#bdd50e Color Hex

#BDD50E
(189,213,14)
0 Favorites   0 Comments

Color spaces of #bdd50e

RGB 18921314
HSL0.190.880.45
HSV67°93°84°
CMYK 0.110.000.93   0.16
XYZ44.859858.43909.3310
Yxy58.43900.39830.5189
Hunter Lab76.4454-29.031846.2748
CIE-Lab80.9822-28.734279.0343

#bdd50e color RGB value is (189,213,14).

#bdd50e hex color red value is 189, green value is 213 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bdd50e hue: 0.19 , saturation: 0.88 and the lightness value of bdd50e is 0.45.

The process color (four color CMYK) of #bdd50e color hex is 0.11, 0.00, 0.93, 0.16. Web safe color of #bdd50e is #cccc00. Color #bdd50e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010101 00001110
Octal 275 325 16
Decimal 189 213 14
Hex BD D5 E

RGB Percentages of Color #bdd50e

%45.43
%51.20
%3.37

CMYK Percentages of Color #bdd50e

%11
%0
%93
%16

Triadic Colors of #bdd50e

#bdd50e #0ebdd5 #d50ebd

Analogous Colors of #bdd50e

#bdd50e #5ad50e #d58a0e

Monochromatic Colors of #bdd50e

#bdd50e

Complementary Color

#bdd50e #260ed5

#bdd50e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd50e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd50e Color CSS Codes

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

#bdd50e Text Font Color

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

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


#bdd50e Background Color

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

This div background color is #bdd50e


#bdd50e Border Color

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

This div border color is #bdd50e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd50e


Comments

No comments written yet.

Please login to write comment.