Color Hex Logo

#bdfe92 Color Hex

#BDFE92
(189,254,146)
0 Favorites   0 Comments

Color spaces of #bdfe92

RGB 189254146
HSL0.270.980.78
HSV96°43°100°
CMYK 0.260.000.43   0.00
XYZ61.616483.777840.1173
Yxy83.77780.33210.4516
Hunter Lab91.5302-40.015138.0846
CIE-Lab93.3539-38.617445.1617

#bdfe92 color RGB value is (189,254,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 10010010
Octal 275 376 222
Decimal 189 254 146
Hex BD FE 92

RGB Percentages of Color #bdfe92

%32.09
%43.12
%24.79

CMYK Percentages of Color #bdfe92

%26
%0
%43
%0

Triadic Colors of #bdfe92

#bdfe92 #92bdfe #fe92bd

Analogous Colors of #bdfe92

#bdfe92 #92fe9d #f3fe92

Monochromatic Colors of #bdfe92

#bdfe92

Complementary Color

#bdfe92 #d392fe

#bdfe92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfe92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfe92 Color CSS Codes

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

#bdfe92 Text Font Color

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

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


#bdfe92 Background Color

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

This div background color is #bdfe92


#bdfe92 Border Color

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

This div border color is #bdfe92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfe92


Comments

No comments written yet.

Please login to write comment.