Color Hex Logo

#bdfea9 Color Hex

#BDFEA9
(189,254,169)
0 Favorites   0 Comments

Color spaces of #bdfea9

RGB 189254169
HSL0.290.980.83
HSV106°33°100°
CMYK 0.260.000.33   0.00
XYZ63.589584.567050.5077
Yxy84.56700.32010.4257
Hunter Lab91.9603-37.499931.8082
CIE-Lab93.6962-35.522334.3106

#bdfea9 color RGB value is (189,254,169).

#bdfea9 hex color red value is 189, green value is 254 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #bdfea9 hue: 0.29 , saturation: 0.98 and the lightness value of bdfea9 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 10101001
Octal 275 376 251
Decimal 189 254 169
Hex BD FE A9

RGB Percentages of Color #bdfea9

%30.88
%41.50
%27.61

CMYK Percentages of Color #bdfea9

%26
%0
%33
%0

Triadic Colors of #bdfea9

#bdfea9 #a9bdfe #fea9bd

Analogous Colors of #bdfea9

#bdfea9 #a9fec0 #e8fea9

Monochromatic Colors of #bdfea9

#bdfea9

Complementary Color

#bdfea9 #eaa9fe

#bdfea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfea9 Color CSS Codes

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

#bdfea9 Text Font Color

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

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


#bdfea9 Background Color

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

This div background color is #bdfea9


#bdfea9 Border Color

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

This div border color is #bdfea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfea9

Related Colors


Comments

No comments written yet.

Please login to write comment.