Color Hex Logo

#bdff89 Color Hex

#BDFF89
(189,255,137)
0 Favorites   0 Comments

Color spaces of #bdff89

RGB 189255137
HSL0.261.000.77
HSV94°46°100°
CMYK 0.260.000.46   0.00
XYZ61.261684.145036.6797
Yxy84.14500.33640.4621
Hunter Lab91.7306-41.318640.5035
CIE-Lab93.5134-40.137349.6550

#bdff89 color RGB value is (189,255,137).

#bdff89 hex color red value is 189, green value is 255 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #bdff89 hue: 0.26 , saturation: 1.00 and the lightness value of bdff89 is 0.77.

The process color (four color CMYK) of #bdff89 color hex is 0.26, 0.00, 0.46, 0.00. Web safe color of #bdff89 is #ccff99. Color #bdff89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111111 10001001
Octal 275 377 211
Decimal 189 255 137
Hex BD FF 89

RGB Percentages of Color #bdff89

%32.53
%43.89
%23.58

CMYK Percentages of Color #bdff89

%26
%0
%46
%0

Triadic Colors of #bdff89

#bdff89 #89bdff #ff89bd

Analogous Colors of #bdff89

#bdff89 #89ff90 #f8ff89

Monochromatic Colors of #bdff89

#bdff89

Complementary Color

#bdff89 #cb89ff

#bdff89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdff89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdff89 Color CSS Codes

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

#bdff89 Text Font Color

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

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


#bdff89 Background Color

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

This div background color is #bdff89


#bdff89 Border Color

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

This div border color is #bdff89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdff89

Related Colors

#bdff89 Color Palettes


Comments

No comments written yet.

Please login to write comment.