Color Hex Logo

#bdd114 Color Hex

#BDD114
(189,209,20)
0 Favorites   0 Comments

Color spaces of #bdd114

RGB 18920920
HSL0.180.830.45
HSV66°90°82°
CMYK 0.100.000.90   0.18
XYZ43.913056.47039.2472
Yxy56.47030.40060.5151
Hunter Lab75.1467-27.197945.3068
CIE-Lab79.8807-26.744677.3999

#bdd114 color RGB value is (189,209,20).

#bdd114 hex color red value is 189, green value is 209 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #bdd114 hue: 0.18 , saturation: 0.83 and the lightness value of bdd114 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 00010100
Octal 275 321 24
Decimal 189 209 20
Hex BD D1 14

RGB Percentages of Color #bdd114

%45.22
%50.00
%4.78

CMYK Percentages of Color #bdd114

%10
%0
%90
%18

Triadic Colors of #bdd114

#bdd114 #14bdd1 #d114bd

Analogous Colors of #bdd114

#bdd114 #5ed114 #d18714

Monochromatic Colors of #bdd114

#bdd114

Complementary Color

#bdd114 #2814d1

#bdd114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd114 Color CSS Codes

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

#bdd114 Text Font Color

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

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


#bdd114 Background Color

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

This div background color is #bdd114


#bdd114 Border Color

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

This div border color is #bdd114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd114


Comments

No comments written yet.

Please login to write comment.