Color Hex Logo

#bdd810 Color Hex

#BDD810
(189,216,16)
0 Favorites   0 Comments

Color spaces of #bdd810

RGB 18921616
HSL0.190.860.45
HSV68°93°85°
CMYK 0.130.000.93   0.15
XYZ45.635759.96809.6599
Yxy59.96800.39590.5203
Hunter Lab77.4390-30.326246.8114
CIE-Lab81.8208-30.117079.4560

#bdd810 color RGB value is (189,216,16).

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

The process color (four color CMYK) of #bdd810 color hex is 0.13, 0.00, 0.93, 0.15. Web safe color of #bdd810 is #cccc00. Color #bdd810 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011000 00010000
Octal 275 330 20
Decimal 189 216 16
Hex BD D8 10

RGB Percentages of Color #bdd810

%44.89
%51.31
%3.80

CMYK Percentages of Color #bdd810

%13
%0
%93
%15

Triadic Colors of #bdd810

#bdd810 #10bdd8 #d810bd

Analogous Colors of #bdd810

#bdd810 #59d810 #d88f10

Monochromatic Colors of #bdd810

#bdd810

Complementary Color

#bdd810 #2b10d8

#bdd810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd810 Color CSS Codes

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

#bdd810 Text Font Color

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

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


#bdd810 Background Color

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

This div background color is #bdd810


#bdd810 Border Color

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

This div border color is #bdd810


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,216,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 #bdd810">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd810


Comments

No comments written yet.

Please login to write comment.