Color Hex Logo

#bdfc89 Color Hex

#BDFC89
(189,252,137)
0 Favorites   0 Comments

Color spaces of #bdfc89

RGB 189252137
HSL0.260.950.76
HSV93°46°99°
CMYK 0.250.000.46   0.01
XYZ60.312082.245836.3632
Yxy82.24580.33710.4597
Hunter Lab90.6895-39.997239.7095
CIE-Lab92.6832-38.802048.6250

#bdfc89 color RGB value is (189,252,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 10001001
Octal 275 374 211
Decimal 189 252 137
Hex BD FC 89

RGB Percentages of Color #bdfc89

%32.70
%43.60
%23.70

CMYK Percentages of Color #bdfc89

%25
%0
%46
%1

Triadic Colors of #bdfc89

#bdfc89 #89bdfc #fc89bd

Analogous Colors of #bdfc89

#bdfc89 #89fc8f #f7fc89

Monochromatic Colors of #bdfc89

#bdfc89

Complementary Color

#bdfc89 #c889fc

#bdfc89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfc89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfc89 Color CSS Codes

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

#bdfc89 Text Font Color

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

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


#bdfc89 Background Color

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

This div background color is #bdfc89


#bdfc89 Border Color

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

This div border color is #bdfc89


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,252,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 #bdfc89">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfc89


Comments

No comments written yet.

Please login to write comment.