Color Hex Logo

#bdff8a Color Hex

#BDFF8A
(189,255,138)
0 Favorites   0 Comments

Color spaces of #bdff8a

RGB 189255138
HSL0.261.000.77
HSV94°46°100°
CMYK 0.260.000.46   0.00
XYZ61.333784.173837.0593
Yxy84.17380.33600.4611
Hunter Lab91.7463-41.226240.2732
CIE-Lab93.5259-40.021849.1981

#bdff8a color RGB value is (189,255,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111111 10001010
Octal 275 377 212
Decimal 189 255 138
Hex BD FF 8A

RGB Percentages of Color #bdff8a

%32.47
%43.81
%23.71

CMYK Percentages of Color #bdff8a

%26
%0
%46
%0

Triadic Colors of #bdff8a

#bdff8a #8abdff #ff8abd

Analogous Colors of #bdff8a

#bdff8a #8aff92 #f8ff8a

Monochromatic Colors of #bdff8a

#bdff8a

Complementary Color

#bdff8a #cc8aff

#bdff8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdff8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdff8a Color CSS Codes

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

#bdff8a Text Font Color

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

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


#bdff8a Background Color

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

This div background color is #bdff8a


#bdff8a Border Color

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

This div border color is #bdff8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdff8a


Comments

No comments written yet.

Please login to write comment.