Color Hex Logo

#bdd112 Color Hex

#BDD112
(189,209,18)
0 Favorites   0 Comments

Color spaces of #bdd112

RGB 18920918
HSL0.180.840.45
HSV66°91°82°
CMYK 0.100.000.91   0.18
XYZ43.895956.46349.1572
Yxy56.46340.40080.5156
Hunter Lab75.1421-27.224145.3741
CIE-Lab79.8768-26.777977.6793

#bdd112 color RGB value is (189,209,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 00010010
Octal 275 321 22
Decimal 189 209 18
Hex BD D1 12

RGB Percentages of Color #bdd112

%45.43
%50.24
%4.33

CMYK Percentages of Color #bdd112

%10
%0
%91
%18

Triadic Colors of #bdd112

#bdd112 #12bdd1 #d112bd

Analogous Colors of #bdd112

#bdd112 #5ed112 #d18612

Monochromatic Colors of #bdd112

#bdd112

Complementary Color

#bdd112 #2612d1

#bdd112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd112 Color CSS Codes

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

#bdd112 Text Font Color

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

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


#bdd112 Background Color

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

This div background color is #bdd112


#bdd112 Border Color

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

This div border color is #bdd112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd112


Comments

No comments written yet.

Please login to write comment.