Color Hex Logo

#bdd110 Color Hex

#BDD110
(189,209,16)
0 Favorites   0 Comments

Color spaces of #bdd110

RGB 18920916
HSL0.180.860.44
HSV66°92°82°
CMYK 0.100.000.92   0.18
XYZ43.880356.45729.0748
Yxy56.45720.40110.5160
Hunter Lab75.1380-27.248245.4358
CIE-Lab79.8733-26.808677.9369

#bdd110 color RGB value is (189,209,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 00010000
Octal 275 321 20
Decimal 189 209 16
Hex BD D1 10

RGB Percentages of Color #bdd110

%45.65
%50.48
%3.86

CMYK Percentages of Color #bdd110

%10
%0
%92
%18

Triadic Colors of #bdd110

#bdd110 #10bdd1 #d110bd

Analogous Colors of #bdd110

#bdd110 #5cd110 #d18510

Monochromatic Colors of #bdd110

#bdd110

Complementary Color

#bdd110 #2410d1

#bdd110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd110 Color CSS Codes

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

#bdd110 Text Font Color

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

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


#bdd110 Background Color

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

This div background color is #bdd110


#bdd110 Border Color

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

This div border color is #bdd110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd110


Comments

No comments written yet.

Please login to write comment.