Color Hex Logo

#bdee13 Color Hex

#BDEE13
(189,238,19)
0 Favorites   0 Comments

Color spaces of #bdee13

RGB 18923819
HSL0.200.870.50
HSV73°92°93°
CMYK 0.210.000.92   0.07
XYZ51.678372.014911.7926
Yxy72.01490.38140.5315
Hunter Lab84.8616-39.806451.1640
CIE-Lab87.9758-40.077683.9348

#bdee13 color RGB value is (189,238,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101110 00010011
Octal 275 356 23
Decimal 189 238 19
Hex BD EE 13

RGB Percentages of Color #bdee13

%42.38
%53.36
%4.26

CMYK Percentages of Color #bdee13

%21
%0
%92
%7

Triadic Colors of #bdee13

#bdee13 #13bdee #ee13bd

Analogous Colors of #bdee13

#bdee13 #50ee13 #eeb213

Monochromatic Colors of #bdee13

#bdee13

Complementary Color

#bdee13 #4413ee

#bdee13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdee13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdee13 Color CSS Codes

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

#bdee13 Text Font Color

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

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


#bdee13 Background Color

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

This div background color is #bdee13


#bdee13 Border Color

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

This div border color is #bdee13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdee13


Comments

No comments written yet.

Please login to write comment.