Color Hex Logo

#bdeb47 Color Hex

#BDEB47
(189,235,71)
0 Favorites   0 Comments

Color spaces of #bdeb47

RGB 18923571
HSL0.210.800.60
HSV77°70°92°
CMYK 0.200.000.70   0.08
XYZ51.831970.690416.8740
Yxy70.69040.37180.5071
Hunter Lab84.0776-37.094646.9551
CIE-Lab87.3344-36.909170.7351

#bdeb47 color RGB value is (189,235,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 01000111
Octal 275 353 107
Decimal 189 235 71
Hex BD EB 47

RGB Percentages of Color #bdeb47

%38.18
%47.47
%14.34

CMYK Percentages of Color #bdeb47

%20
%0
%70
%8

Triadic Colors of #bdeb47

#bdeb47 #47bdeb #eb47bd

Analogous Colors of #bdeb47

#bdeb47 #6beb47 #ebc747

Monochromatic Colors of #bdeb47

#bdeb47

Complementary Color

#bdeb47 #7547eb

#bdeb47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeb47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeb47 Color CSS Codes

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

#bdeb47 Text Font Color

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

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


#bdeb47 Background Color

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

This div background color is #bdeb47


#bdeb47 Border Color

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

This div border color is #bdeb47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeb47


Comments

No comments written yet.

Please login to write comment.