Color Hex Logo

#1eb306 Color Hex

#1EB306
(30,179,6)
0 Favorites   0 Comments

Color spaces of #1eb306

RGB 301796
HSL0.310.940.36
HSV112°97°70°
CMYK 0.830.000.97   0.30
XYZ16.688432.52945.5715
Yxy32.52940.30460.5937
Hunter Lab57.0346-47.581134.1324
CIE-Lab63.7780-63.889763.2976

#1eb306 color RGB value is (30,179,6).

#1eb306 hex color red value is 30, green value is 179 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #1eb306 hue: 0.31 , saturation: 0.94 and the lightness value of 1eb306 is 0.36.

The process color (four color CMYK) of #1eb306 color hex is 0.83, 0.00, 0.97, 0.30. Web safe color of #1eb306 is #33cc00. Color #1eb306 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10110011 00000110
Octal 36 263 6
Decimal 30 179 6
Hex 1E B3 6

RGB Percentages of Color #1eb306

%13.95
%83.26
%2.79

CMYK Percentages of Color #1eb306

%83
%0
%97
%30

Triadic Colors of #1eb306

#1eb306 #061eb3 #b3061e

Analogous Colors of #1eb306

#1eb306 #06b345 #75b306

Monochromatic Colors of #1eb306

#1eb306

Complementary Color

#1eb306 #9b06b3

#1eb306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eb306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eb306 Color CSS Codes

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

#1eb306 Text Font Color

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

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


#1eb306 Background Color

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

This div background color is #1eb306


#1eb306 Border Color

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

This div border color is #1eb306


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,179,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 #1eb306">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eb306


Comments

No comments written yet.

Please login to write comment.