Color Hex Logo

#bdde15 Color Hex

#BDDE15
(189,222,21)
0 Favorites   0 Comments

Color spaces of #bdde15

RGB 18922221
HSL0.190.830.48
HSV70°91°87°
CMYK 0.150.000.91   0.13
XYZ47.242963.115510.4020
Yxy63.11550.39120.5227
Hunter Lab79.4453-32.882447.8487
CIE-Lab83.5031-32.825180.1285

#bdde15 color RGB value is (189,222,21).

#bdde15 hex color red value is 189, green value is 222 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #bdde15 hue: 0.19 , saturation: 0.83 and the lightness value of bdde15 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 00010101
Octal 275 336 25
Decimal 189 222 21
Hex BD DE 15

RGB Percentages of Color #bdde15

%43.75
%51.39
%4.86

CMYK Percentages of Color #bdde15

%15
%0
%91
%13

Triadic Colors of #bdde15

#bdde15 #15bdde #de15bd

Analogous Colors of #bdde15

#bdde15 #59de15 #de9b15

Monochromatic Colors of #bdde15

#bdde15

Complementary Color

#bdde15 #3615de

#bdde15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdde15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdde15 Color CSS Codes

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

#bdde15 Text Font Color

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

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


#bdde15 Background Color

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

This div background color is #bdde15


#bdde15 Border Color

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

This div border color is #bdde15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdde15


Comments

No comments written yet.

Please login to write comment.