Color Hex Logo

#b2ee06 Color Hex

#B2EE06
(178,238,6)
0 Favorites   0 Comments

Color spaces of #b2ee06

RGB 1782386
HSL0.210.950.48
HSV76°97°93°
CMYK 0.250.000.97   0.07
XYZ48.967570.627211.2239
Yxy70.62720.37430.5399
Hunter Lab84.0400-43.063650.9096
CIE-Lab87.3036-44.444384.3337

#b2ee06 color RGB value is (178,238,6).

#b2ee06 hex color red value is 178, green value is 238 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #b2ee06 hue: 0.21 , saturation: 0.95 and the lightness value of b2ee06 is 0.48.

The process color (four color CMYK) of #b2ee06 color hex is 0.25, 0.00, 0.97, 0.07. Web safe color of #b2ee06 is #99ff00. Color #b2ee06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101110 00000110
Octal 262 356 6
Decimal 178 238 6
Hex B2 EE 6

RGB Percentages of Color #b2ee06

%42.18
%56.40
%1.42

CMYK Percentages of Color #b2ee06

%25
%0
%97
%7

Triadic Colors of #b2ee06

#b2ee06 #06b2ee #ee06b2

Analogous Colors of #b2ee06

#b2ee06 #3eee06 #eeb606

Monochromatic Colors of #b2ee06

#b2ee06

Complementary Color

#b2ee06 #4206ee

#b2ee06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ee06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ee06 Color CSS Codes

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

#b2ee06 Text Font Color

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

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


#b2ee06 Background Color

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

This div background color is #b2ee06


#b2ee06 Border Color

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

This div border color is #b2ee06


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,238,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2ee06; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2ee06;
  -webkit-box-shadow: 1px 1px 3px 2px #b2ee06;
  box-shadow:         1px 1px 3px 2px #b2ee06; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,238,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ee06


Comments

No comments written yet.

Please login to write comment.