Color Hex Logo

#bdd10a Color Hex

#BDD10A
(189,209,10)
0 Favorites   0 Comments

Color spaces of #bdd10a

RGB 18920910
HSL0.180.910.43
HSV66°95°82°
CMYK 0.100.000.95   0.18
XYZ43.841556.44178.8708
Yxy56.44170.40160.5171
Hunter Lab75.1277-27.308045.5886
CIE-Lab79.8645-26.884778.5813

#bdd10a color RGB value is (189,209,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 00001010
Octal 275 321 12
Decimal 189 209 10
Hex BD D1 A

RGB Percentages of Color #bdd10a

%46.32
%51.23
%2.45

CMYK Percentages of Color #bdd10a

%10
%0
%95
%18

Triadic Colors of #bdd10a

#bdd10a #0abdd1 #d10abd

Analogous Colors of #bdd10a

#bdd10a #5ad10a #d1820a

Monochromatic Colors of #bdd10a

#bdd10a

Complementary Color

#bdd10a #1e0ad1

#bdd10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd10a Color CSS Codes

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

#bdd10a Text Font Color

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

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


#bdd10a Background Color

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

This div background color is #bdd10a


#bdd10a Border Color

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

This div border color is #bdd10a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd10a


Comments

No comments written yet.

Please login to write comment.