Color Hex Logo

#bdeb51 Color Hex

#BDEB51
(189,235,81)
0 Favorites   0 Comments

Color spaces of #bdeb51

RGB 18923581
HSL0.220.790.62
HSV78°66°92°
CMYK 0.200.000.66   0.08
XYZ52.179870.829618.7059
Yxy70.82960.36820.4998
Hunter Lab84.1603-36.609745.7341
CIE-Lab87.4022-36.289467.0971

#bdeb51 color RGB value is (189,235,81).

#bdeb51 hex color red value is 189, green value is 235 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #bdeb51 hue: 0.22 , saturation: 0.79 and the lightness value of bdeb51 is 0.62.

The process color (four color CMYK) of #bdeb51 color hex is 0.20, 0.00, 0.66, 0.08. Web safe color of #bdeb51 is #ccff66. Color #bdeb51 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 01010001
Octal 275 353 121
Decimal 189 235 81
Hex BD EB 51

RGB Percentages of Color #bdeb51

%37.43
%46.53
%16.04

CMYK Percentages of Color #bdeb51

%20
%0
%66
%8

Triadic Colors of #bdeb51

#bdeb51 #51bdeb #eb51bd

Analogous Colors of #bdeb51

#bdeb51 #70eb51 #ebcc51

Monochromatic Colors of #bdeb51

#bdeb51

Complementary Color

#bdeb51 #7f51eb

#bdeb51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeb51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeb51 Color CSS Codes

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

#bdeb51 Text Font Color

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

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


#bdeb51 Background Color

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

This div background color is #bdeb51


#bdeb51 Border Color

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

This div border color is #bdeb51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeb51


Comments

No comments written yet.

Please login to write comment.