Color Hex Logo

#b6ed00 Color Hex

#B6ED00
(182,237,0)
0 Favorites   0 Comments

Color spaces of #b6ed00

RGB 1822370
HSL0.211.000.46
HSV74°100°93°
CMYK 0.230.001.00   0.07
XYZ49.575670.513510.9976
Yxy70.51350.37820.5379
Hunter Lab83.9723-41.568751.0156
CIE-Lab87.2481-42.552984.8726

#b6ed00 color RGB value is (182,237,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101101 00000000
Octal 266 355 0
Decimal 182 237 0
Hex B6 ED 0

RGB Percentages of Color #b6ed00

%43.44
%56.56
%0.00

CMYK Percentages of Color #b6ed00

%23
%0
%100
%7

Triadic Colors of #b6ed00

#b6ed00 #00b6ed #ed00b6

Analogous Colors of #b6ed00

#b6ed00 #40ed00 #edae00

Monochromatic Colors of #b6ed00

#b6ed00

Complementary Color

#b6ed00 #3700ed

#b6ed00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ed00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ed00 Color CSS Codes

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

#b6ed00 Text Font Color

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

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


#b6ed00 Background Color

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

This div background color is #b6ed00


#b6ed00 Border Color

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

This div border color is #b6ed00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ed00


Comments

No comments written yet.

Please login to write comment.