Color Hex Logo

#bdde14 Color Hex

#BDDE14
(189,222,20)
0 Favorites   0 Comments

Color spaces of #bdde14

RGB 18922220
HSL0.190.830.47
HSV70°91°87°
CMYK 0.150.000.91   0.13
XYZ47.233863.111910.3541
Yxy63.11190.39130.5229
Hunter Lab79.4430-32.895947.8826
CIE-Lab83.5012-32.842380.2657

#bdde14 color RGB value is (189,222,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 00010100
Octal 275 336 24
Decimal 189 222 20
Hex BD DE 14

RGB Percentages of Color #bdde14

%43.85
%51.51
%4.64

CMYK Percentages of Color #bdde14

%15
%0
%91
%13

Triadic Colors of #bdde14

#bdde14 #14bdde #de14bd

Analogous Colors of #bdde14

#bdde14 #58de14 #de9a14

Monochromatic Colors of #bdde14

#bdde14

Complementary Color

#bdde14 #3514de

#bdde14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdde14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdde14 Color CSS Codes

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

#bdde14 Text Font Color

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

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


#bdde14 Background Color

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

This div background color is #bdde14


#bdde14 Border Color

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

This div border color is #bdde14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdde14


Comments

No comments written yet.

Please login to write comment.