Color Hex Logo

#bddc14 Color Hex

#BDDC14
(189,220,20)
0 Favorites   0 Comments

Color spaces of #bddc14

RGB 18922020
HSL0.190.830.47
HSV69°91°86°
CMYK 0.140.000.91   0.14
XYZ46.705762.055710.1781
Yxy62.05570.39270.5217
Hunter Lab78.7754-32.025047.4823
CIE-Lab82.9430-31.917979.8236

#bddc14 color RGB value is (189,220,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 00010100
Octal 275 334 24
Decimal 189 220 20
Hex BD DC 14

RGB Percentages of Color #bddc14

%44.06
%51.28
%4.66

CMYK Percentages of Color #bddc14

%14
%0
%91
%14

Triadic Colors of #bddc14

#bddc14 #14bddc #dc14bd

Analogous Colors of #bddc14

#bddc14 #59dc14 #dc9714

Monochromatic Colors of #bddc14

#bddc14

Complementary Color

#bddc14 #3314dc

#bddc14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddc14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddc14 Color CSS Codes

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

#bddc14 Text Font Color

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

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


#bddc14 Background Color

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

This div background color is #bddc14


#bddc14 Border Color

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

This div border color is #bddc14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddc14


Comments

No comments written yet.

Please login to write comment.