Color Hex Logo

#bdda12 Color Hex

#BDDA12
(189,218,18)
0 Favorites   0 Comments

Color spaces of #bdda12

RGB 18921818
HSL0.190.850.46
HSV69°92°85°
CMYK 0.130.000.92   0.15
XYZ46.166961.00539.9142
Yxy61.00530.39430.5210
Hunter Lab78.1059-31.177447.1483
CIE-Lab82.3816-31.021079.6469

#bdda12 color RGB value is (189,218,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 00010010
Octal 275 332 22
Decimal 189 218 18
Hex BD DA 12

RGB Percentages of Color #bdda12

%44.47
%51.29
%4.24

CMYK Percentages of Color #bdda12

%13
%0
%92
%15

Triadic Colors of #bdda12

#bdda12 #12bdda #da12bd

Analogous Colors of #bdda12

#bdda12 #59da12 #da9312

Monochromatic Colors of #bdda12

#bdda12

Complementary Color

#bdda12 #2f12da

#bdda12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdda12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdda12 Color CSS Codes

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

#bdda12 Text Font Color

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

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


#bdda12 Background Color

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

This div background color is #bdda12


#bdda12 Border Color

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

This div border color is #bdda12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdda12


Comments

No comments written yet.

Please login to write comment.