Color Hex Logo

#bdfe9f Color Hex

#BDFE9F
(189,254,159)
0 Favorites   0 Comments

Color spaces of #bdfe9f

RGB 189254159
HSL0.280.980.81
HSV101°37°100°
CMYK 0.260.000.37   0.00
XYZ62.686184.205645.7503
Yxy84.20560.32540.4371
Hunter Lab91.7636-38.648334.6745
CIE-Lab93.5397-36.928539.0629

#bdfe9f color RGB value is (189,254,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 10011111
Octal 275 376 237
Decimal 189 254 159
Hex BD FE 9F

RGB Percentages of Color #bdfe9f

%31.40
%42.19
%26.41

CMYK Percentages of Color #bdfe9f

%26
%0
%37
%0

Triadic Colors of #bdfe9f

#bdfe9f #9fbdfe #fe9fbd

Analogous Colors of #bdfe9f

#bdfe9f #9ffeb1 #edfe9f

Monochromatic Colors of #bdfe9f

#bdfe9f

Complementary Color

#bdfe9f #e09ffe

#bdfe9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfe9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfe9f Color CSS Codes

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

#bdfe9f Text Font Color

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

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


#bdfe9f Background Color

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

This div background color is #bdfe9f


#bdfe9f Border Color

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

This div border color is #bdfe9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfe9f

Related Colors


Comments

No comments written yet.

Please login to write comment.