Color Hex Logo

#bdeb73 Color Hex

#BDEB73
(189,235,115)
0 Favorites   0 Comments

Color spaces of #bdeb73

RGB 189235115
HSL0.230.750.69
HSV83°51°92°
CMYK 0.200.000.51   0.08
XYZ53.789171.473327.1804
Yxy71.47330.35280.4689
Hunter Lab84.5419-34.379140.1175
CIE-Lab87.7144-33.469152.8882

#bdeb73 color RGB value is (189,235,115).

#bdeb73 hex color red value is 189, green value is 235 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bdeb73 hue: 0.23 , saturation: 0.75 and the lightness value of bdeb73 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 01110011
Octal 275 353 163
Decimal 189 235 115
Hex BD EB 73

RGB Percentages of Color #bdeb73

%35.06
%43.60
%21.34

CMYK Percentages of Color #bdeb73

%20
%0
%51
%8

Triadic Colors of #bdeb73

#bdeb73 #73bdeb #eb73bd

Analogous Colors of #bdeb73

#bdeb73 #81eb73 #ebdd73

Monochromatic Colors of #bdeb73

#bdeb73

Complementary Color

#bdeb73 #a173eb

#bdeb73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeb73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeb73 Color CSS Codes

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

#bdeb73 Text Font Color

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

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


#bdeb73 Background Color

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

This div background color is #bdeb73


#bdeb73 Border Color

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

This div border color is #bdeb73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeb73


Comments

No comments written yet.

Please login to write comment.