Color Hex Logo

#bdfb70 Color Hex

#BDFB70
(189,251,112)
0 Favorites   0 Comments

Color spaces of #bdfb70

RGB 189251112
HSL0.240.950.71
HSV87°55°98°
CMYK 0.250.000.55   0.02
XYZ58.408180.983027.8821
Yxy80.98300.34920.4841
Hunter Lab89.9906-41.628644.6234
CIE-Lab92.1241-40.961659.4166

#bdfb70 color RGB value is (189,251,112).

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

The process color (four color CMYK) of #bdfb70 color hex is 0.25, 0.00, 0.55, 0.02. Web safe color of #bdfb70 is #ccff66. Color #bdfb70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111011 01110000
Octal 275 373 160
Decimal 189 251 112
Hex BD FB 70

RGB Percentages of Color #bdfb70

%34.24
%45.47
%20.29

CMYK Percentages of Color #bdfb70

%25
%0
%55
%2

Triadic Colors of #bdfb70

#bdfb70 #70bdfb #fb70bd

Analogous Colors of #bdfb70

#bdfb70 #78fb70 #fbf470

Monochromatic Colors of #bdfb70

#bdfb70

Complementary Color

#bdfb70 #ae70fb

#bdfb70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfb70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfb70 Color CSS Codes

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

#bdfb70 Text Font Color

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

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


#bdfb70 Background Color

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

This div background color is #bdfb70


#bdfb70 Border Color

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

This div border color is #bdfb70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfb70


Comments

No comments written yet.

Please login to write comment.