Color Hex Logo

#bdfe8e Color Hex

#BDFE8E
(189,254,142)
0 Favorites   0 Comments

Color spaces of #bdfe8e

RGB 189254142
HSL0.260.980.78
HSV95°44°100°
CMYK 0.260.000.44   0.00
XYZ61.310683.655438.5069
Yxy83.65540.33420.4560
Hunter Lab91.4633-40.406939.0627
CIE-Lab93.3006-39.104847.0146

#bdfe8e color RGB value is (189,254,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 10001110
Octal 275 376 216
Decimal 189 254 142
Hex BD FE 8E

RGB Percentages of Color #bdfe8e

%32.31
%43.42
%24.27

CMYK Percentages of Color #bdfe8e

%26
%0
%44
%0

Triadic Colors of #bdfe8e

#bdfe8e #8ebdfe #fe8ebd

Analogous Colors of #bdfe8e

#bdfe8e #8efe97 #f5fe8e

Monochromatic Colors of #bdfe8e

#bdfe8e

Complementary Color

#bdfe8e #cf8efe

#bdfe8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfe8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfe8e Color CSS Codes

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

#bdfe8e Text Font Color

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

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


#bdfe8e Background Color

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

This div background color is #bdfe8e


#bdfe8e Border Color

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

This div border color is #bdfe8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfe8e


Comments

No comments written yet.

Please login to write comment.