Color Hex Logo

#bdd127 Color Hex

#BDD127
(189,209,39)
0 Favorites   0 Comments

Color spaces of #bdd127

RGB 18920939
HSL0.190.690.49
HSV67°81°82°
CMYK 0.100.000.81   0.18
XYZ44.152956.566210.5107
Yxy56.56620.39700.5086
Hunter Lab75.2105-26.828644.3616
CIE-Lab79.9350-26.275873.6591

#bdd127 color RGB value is (189,209,39).

#bdd127 hex color red value is 189, green value is 209 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #bdd127 hue: 0.19 , saturation: 0.69 and the lightness value of bdd127 is 0.49.

The process color (four color CMYK) of #bdd127 color hex is 0.10, 0.00, 0.81, 0.18. Web safe color of #bdd127 is #cccc33. Color #bdd127 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 00100111
Octal 275 321 47
Decimal 189 209 39
Hex BD D1 27

RGB Percentages of Color #bdd127

%43.25
%47.83
%8.92

CMYK Percentages of Color #bdd127

%10
%0
%81
%18

Triadic Colors of #bdd127

#bdd127 #27bdd1 #d127bd

Analogous Colors of #bdd127

#bdd127 #68d127 #d19027

Monochromatic Colors of #bdd127

#bdd127

Complementary Color

#bdd127 #3b27d1

#bdd127 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd127 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd127 Color CSS Codes

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

#bdd127 Text Font Color

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

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


#bdd127 Background Color

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

This div background color is #bdd127


#bdd127 Border Color

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

This div border color is #bdd127


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd127


Comments

No comments written yet.

Please login to write comment.