Color Hex Logo

#bdff92 Color Hex

#BDFF92
(189,255,146)
0 Favorites   0 Comments

Color spaces of #bdff92

RGB 189255146
HSL0.271.000.79
HSV96°43°100°
CMYK 0.260.000.43   0.00
XYZ61.934684.414140.2234
Yxy84.41410.33200.4524
Hunter Lab91.8771-40.457738.3571
CIE-Lab93.6301-39.064145.5115

#bdff92 color RGB value is (189,255,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111111 10010010
Octal 275 377 222
Decimal 189 255 146
Hex BD FF 92

RGB Percentages of Color #bdff92

%32.03
%43.22
%24.75

CMYK Percentages of Color #bdff92

%26
%0
%43
%0

Triadic Colors of #bdff92

#bdff92 #92bdff #ff92bd

Analogous Colors of #bdff92

#bdff92 #92ff9e #f4ff92

Monochromatic Colors of #bdff92

#bdff92

Complementary Color

#bdff92 #d492ff

#bdff92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdff92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdff92 Color CSS Codes

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

#bdff92 Text Font Color

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

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


#bdff92 Background Color

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

This div background color is #bdff92


#bdff92 Border Color

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

This div border color is #bdff92


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,255,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 #bdff92">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdff92

Related Colors


Comments

No comments written yet.

Please login to write comment.