Color Hex Logo

#bdec14 Color Hex

#BDEC14
(189,236,20)
0 Favorites   0 Comments

Color spaces of #bdec14

RGB 18923620
HSL0.200.850.50
HSV73°92°93°
CMYK 0.200.000.92   0.07
XYZ51.108070.860211.6455
Yxy70.86020.38250.5303
Hunter Lab84.1785-38.938250.7226
CIE-Lab87.4170-39.176183.3696

#bdec14 color RGB value is (189,236,20).

#bdec14 hex color red value is 189, green value is 236 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #bdec14 hue: 0.20 , saturation: 0.85 and the lightness value of bdec14 is 0.50.

The process color (four color CMYK) of #bdec14 color hex is 0.20, 0.00, 0.92, 0.07. Web safe color of #bdec14 is #ccff00. Color #bdec14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 00010100
Octal 275 354 24
Decimal 189 236 20
Hex BD EC 14

RGB Percentages of Color #bdec14

%42.47
%53.03
%4.49

CMYK Percentages of Color #bdec14

%20
%0
%92
%7

Triadic Colors of #bdec14

#bdec14 #14bdec #ec14bd

Analogous Colors of #bdec14

#bdec14 #51ec14 #ecaf14

Monochromatic Colors of #bdec14

#bdec14

Complementary Color

#bdec14 #4314ec

#bdec14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdec14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdec14 Color CSS Codes

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

#bdec14 Text Font Color

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

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


#bdec14 Background Color

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

This div background color is #bdec14


#bdec14 Border Color

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

This div border color is #bdec14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdec14


Comments

No comments written yet.

Please login to write comment.