Color Hex Logo

#b6ed0f Color Hex

#B6ED0F
(182,237,15)
0 Favorites   0 Comments

Color spaces of #b6ed0f

RGB 18223715
HSL0.210.880.49
HSV75°94°93°
CMYK 0.230.000.94   0.07
XYZ49.661870.547911.4516
Yxy70.54790.37720.5358
Hunter Lab83.9928-41.447050.7113
CIE-Lab87.2649-42.392183.6371

#b6ed0f color RGB value is (182,237,15).

#b6ed0f hex color red value is 182, green value is 237 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b6ed0f hue: 0.21 , saturation: 0.88 and the lightness value of b6ed0f is 0.49.

The process color (four color CMYK) of #b6ed0f color hex is 0.23, 0.00, 0.94, 0.07. Web safe color of #b6ed0f is #ccff00. Color #b6ed0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101101 00001111
Octal 266 355 17
Decimal 182 237 15
Hex B6 ED F

RGB Percentages of Color #b6ed0f

%41.94
%54.61
%3.46

CMYK Percentages of Color #b6ed0f

%23
%0
%94
%7

Triadic Colors of #b6ed0f

#b6ed0f #0fb6ed #ed0fb6

Analogous Colors of #b6ed0f

#b6ed0f #47ed0f #edb50f

Monochromatic Colors of #b6ed0f

#b6ed0f

Complementary Color

#b6ed0f #460fed

#b6ed0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ed0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ed0f Color CSS Codes

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

#b6ed0f Text Font Color

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

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


#b6ed0f Background Color

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

This div background color is #b6ed0f


#b6ed0f Border Color

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

This div border color is #b6ed0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,237,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6ed0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6ed0f;
  -webkit-box-shadow: 1px 1px 3px 2px #b6ed0f;
  box-shadow:         1px 1px 3px 2px #b6ed0f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,237,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ed0f


Comments

No comments written yet.

Please login to write comment.