Color Hex Logo

#bddb17 Color Hex

#BDDB17
(189,219,23)
0 Favorites   0 Comments

Color spaces of #bddb17

RGB 18921923
HSL0.190.810.47
HSV69°89°86°
CMYK 0.140.000.89   0.14
XYZ46.472461.543710.2404
Yxy61.54370.39300.5204
Hunter Lab78.4498-31.546647.1755
CIE-Lab82.6702-31.399879.1683

#bddb17 color RGB value is (189,219,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 00010111
Octal 275 333 27
Decimal 189 219 23
Hex BD DB 17

RGB Percentages of Color #bddb17

%43.85
%50.81
%5.34

CMYK Percentages of Color #bddb17

%14
%0
%89
%14

Triadic Colors of #bddb17

#bddb17 #17bddb #db17bd

Analogous Colors of #bddb17

#bddb17 #5bdb17 #db9717

Monochromatic Colors of #bddb17

#bddb17

Complementary Color

#bddb17 #3517db

#bddb17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddb17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddb17 Color CSS Codes

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

#bddb17 Text Font Color

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

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


#bddb17 Background Color

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

This div background color is #bddb17


#bddb17 Border Color

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

This div border color is #bddb17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddb17


Comments

No comments written yet.

Please login to write comment.