Color Hex Logo

#bddc16 Color Hex

#BDDC16
(189,220,22)
0 Favorites   0 Comments

Color spaces of #bddc16

RGB 18922022
HSL0.190.820.47
HSV69°90°86°
CMYK 0.140.000.90   0.14
XYZ46.724362.063110.2758
Yxy62.06310.39240.5213
Hunter Lab78.7801-31.997347.4125
CIE-Lab82.9470-31.882579.5408

#bddc16 color RGB value is (189,220,22).

#bddc16 hex color red value is 189, green value is 220 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #bddc16 hue: 0.19 , saturation: 0.82 and the lightness value of bddc16 is 0.47.

The process color (four color CMYK) of #bddc16 color hex is 0.14, 0.00, 0.90, 0.14. Web safe color of #bddc16 is #cccc00. Color #bddc16 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 00010110
Octal 275 334 26
Decimal 189 220 22
Hex BD DC 16

RGB Percentages of Color #bddc16

%43.85
%51.04
%5.10

CMYK Percentages of Color #bddc16

%14
%0
%90
%14

Triadic Colors of #bddc16

#bddc16 #16bddc #dc16bd

Analogous Colors of #bddc16

#bddc16 #5adc16 #dc9816

Monochromatic Colors of #bddc16

#bddc16

Complementary Color

#bddc16 #3516dc

#bddc16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddc16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddc16 Color CSS Codes

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

#bddc16 Text Font Color

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

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


#bddc16 Background Color

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

This div background color is #bddc16


#bddc16 Border Color

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

This div border color is #bddc16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddc16


Comments

No comments written yet.

Please login to write comment.