Color Hex Logo

#bdec13 Color Hex

#BDEC13
(189,236,19)
0 Favorites   0 Comments

Color spaces of #bdec13

RGB 18923619
HSL0.200.850.50
HSV73°92°93°
CMYK 0.200.000.92   0.07
XYZ51.099370.856711.5996
Yxy70.85670.38260.5305
Hunter Lab84.1764-38.950350.7533
CIE-Lab87.4153-39.191883.4915

#bdec13 color RGB value is (189,236,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 00010011
Octal 275 354 23
Decimal 189 236 19
Hex BD EC 13

RGB Percentages of Color #bdec13

%42.57
%53.15
%4.28

CMYK Percentages of Color #bdec13

%20
%0
%92
%7

Triadic Colors of #bdec13

#bdec13 #13bdec #ec13bd

Analogous Colors of #bdec13

#bdec13 #51ec13 #ecaf13

Monochromatic Colors of #bdec13

#bdec13

Complementary Color

#bdec13 #4213ec

#bdec13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdec13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdec13 Color CSS Codes

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

#bdec13 Text Font Color

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

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


#bdec13 Background Color

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

This div background color is #bdec13


#bdec13 Border Color

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

This div border color is #bdec13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdec13


Comments

No comments written yet.

Please login to write comment.