Color Hex Logo

#bdd108 Color Hex

#BDD108
(189,209,8)
0 Favorites   0 Comments

Color spaces of #bdd108

RGB 1892098
HSL0.180.930.43
HSV66°96°82°
CMYK 0.100.000.96   0.18
XYZ43.830656.43738.8131
Yxy56.43730.40180.5174
Hunter Lab75.1248-27.324845.6319
CIE-Lab79.8621-26.906078.7654

#bdd108 color RGB value is (189,209,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 00001000
Octal 275 321 10
Decimal 189 209 8
Hex BD D1 8

RGB Percentages of Color #bdd108

%46.55
%51.48
%1.97

CMYK Percentages of Color #bdd108

%10
%0
%96
%18

Triadic Colors of #bdd108

#bdd108 #08bdd1 #d108bd

Analogous Colors of #bdd108

#bdd108 #59d108 #d18108

Monochromatic Colors of #bdd108

#bdd108

Complementary Color

#bdd108 #1c08d1

#bdd108 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd108 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd108 Color CSS Codes

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

#bdd108 Text Font Color

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

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


#bdd108 Background Color

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

This div background color is #bdd108


#bdd108 Border Color

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

This div border color is #bdd108


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd108


Comments

No comments written yet.

Please login to write comment.