Color Hex Logo

#bdfeb9 Color Hex

#BDFEB9
(189,254,185)
0 Favorites   0 Comments

Color spaces of #bdfeb9

RGB 189254185
HSL0.320.970.86
HSV117°27°100°
CMYK 0.260.000.27   0.00
XYZ65.185085.205258.9096
Yxy85.20520.31140.4071
Hunter Lab92.3067-35.483826.7761
CIE-Lab93.9715-33.081526.6369

#bdfeb9 color RGB value is (189,254,185).

#bdfeb9 hex color red value is 189, green value is 254 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #bdfeb9 hue: 0.32 , saturation: 0.97 and the lightness value of bdfeb9 is 0.86.

The process color (four color CMYK) of #bdfeb9 color hex is 0.26, 0.00, 0.27, 0.00. Web safe color of #bdfeb9 is #ccffcc. Color #bdfeb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 10111001
Octal 275 376 271
Decimal 189 254 185
Hex BD FE B9

RGB Percentages of Color #bdfeb9

%30.10
%40.45
%29.46

CMYK Percentages of Color #bdfeb9

%26
%0
%27
%0

Triadic Colors of #bdfeb9

#bdfeb9 #b9bdfe #feb9bd

Analogous Colors of #bdfeb9

#bdfeb9 #b9fed8 #e0feb9

Monochromatic Colors of #bdfeb9

#bdfeb9

Complementary Color

#bdfeb9 #fab9fe

#bdfeb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfeb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfeb9 Color CSS Codes

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

#bdfeb9 Text Font Color

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

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


#bdfeb9 Background Color

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

This div background color is #bdfeb9


#bdfeb9 Border Color

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

This div border color is #bdfeb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfeb9


Comments

No comments written yet.

Please login to write comment.