Color Hex Logo

#bdff70 Color Hex

#BDFF70
(189,255,112)
0 Favorites   0 Comments

Color spaces of #bdff70

RGB 189255112
HSL0.241.000.72
HSV88°56°100°
CMYK 0.260.000.56   0.00
XYZ59.670983.508728.3030
Yxy83.50870.34800.4870
Hunter Lab91.3831-43.364345.6050
CIE-Lab93.2367-42.715560.6989

#bdff70 color RGB value is (189,255,112).

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

The process color (four color CMYK) of #bdff70 color hex is 0.26, 0.00, 0.56, 0.00. Web safe color of #bdff70 is #ccff66. Color #bdff70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111111 01110000
Octal 275 377 160
Decimal 189 255 112
Hex BD FF 70

RGB Percentages of Color #bdff70

%33.99
%45.86
%20.14

CMYK Percentages of Color #bdff70

%26
%0
%56
%0

Triadic Colors of #bdff70

#bdff70 #70bdff #ff70bd

Analogous Colors of #bdff70

#bdff70 #76ff70 #fffa70

Monochromatic Colors of #bdff70

#bdff70

Complementary Color

#bdff70 #b270ff

#bdff70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdff70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdff70 Color CSS Codes

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

#bdff70 Text Font Color

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

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


#bdff70 Background Color

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

This div background color is #bdff70


#bdff70 Border Color

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

This div border color is #bdff70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdff70


Comments

No comments written yet.

Please login to write comment.