Color Hex Logo

#bdeb49 Color Hex

#BDEB49
(189,235,73)
0 Favorites   0 Comments

Color spaces of #bdeb49

RGB 18923573
HSL0.210.800.60
HSV77°69°92°
CMYK 0.200.000.69   0.08
XYZ51.897270.716517.2177
Yxy70.71650.37110.5057
Hunter Lab84.0931-37.003546.7258
CIE-Lab87.3471-36.792470.0325

#bdeb49 color RGB value is (189,235,73).

#bdeb49 hex color red value is 189, green value is 235 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bdeb49 hue: 0.21 , saturation: 0.80 and the lightness value of bdeb49 is 0.60.

The process color (four color CMYK) of #bdeb49 color hex is 0.20, 0.00, 0.69, 0.08. Web safe color of #bdeb49 is #ccff33. Color #bdeb49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 01001001
Octal 275 353 111
Decimal 189 235 73
Hex BD EB 49

RGB Percentages of Color #bdeb49

%38.03
%47.28
%14.69

CMYK Percentages of Color #bdeb49

%20
%0
%69
%8

Triadic Colors of #bdeb49

#bdeb49 #49bdeb #eb49bd

Analogous Colors of #bdeb49

#bdeb49 #6ceb49 #ebc849

Monochromatic Colors of #bdeb49

#bdeb49

Complementary Color

#bdeb49 #7749eb

#bdeb49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeb49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeb49 Color CSS Codes

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

#bdeb49 Text Font Color

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

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


#bdeb49 Background Color

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

This div background color is #bdeb49


#bdeb49 Border Color

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

This div border color is #bdeb49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeb49


Comments

No comments written yet.

Please login to write comment.