color codes Logo

#bdda11 color codes

#BDDA11
(189,218,17)
0 Favorites   0 Comments

Color spaces of #bdda11

RGB 18921817
HSL0.190.860.46
HSV69°92°85°
CMYK 0.130.000.92   0.15
XYZ46.158861.00219.8721
Yxy61.00210.39440.5212
Hunter Lab78.1038-31.189547.1786
CIE-Lab82.3799-31.036679.7715

#bdda11 color RGB value is (189,218,17).

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

The process color (four color CMYK) of #bdda11 color code is 0.13, 0.00, 0.92, 0.15. Web safe color of #bdda11 is #cccc00. Color #bdda11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 00010001
Octal 275 332 21
Decimal 189 218 17
Hex BD DA 11

RGB Percentages of Color #bdda11

%44.58
%51.42
%4.01

CMYK Percentages of Color #bdda11

%13
%0
%92
%15

Triadic Colors of #bdda11

#bdda11 #11bdda #da11bd

Analogous Colors of #bdda11

#bdda11 #59da11 #da9311

Monochromatic Colors of #bdda11

#bdda11

Complementary Color

#bdda11 #2e11da

#bdda11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdda11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdda11 Color CSS Codes

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

#bdda11 Text Font Color

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

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


#bdda11 Background Color

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

This div background color is #bdda11


#bdda11 Border Color

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

This div border color is #bdda11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdda11


Comments

No comments written yet.

Please login to write comment.