Color Hex Logo

#1eed06 Color Hex

#1EED06
(30,237,6)
0 Favorites   0 Comments

Color spaces of #1eed06

RGB 302376
HSL0.320.950.48
HSV114°97°93°
CMYK 0.870.000.97   0.07
XYZ30.852560.857510.2929
Yxy60.85750.30250.5966
Hunter Lab78.0112-65.925046.7851
CIE-Lab82.3021-80.088878.3785

#1eed06 color RGB value is (30,237,6).

#1eed06 hex color red value is 30, green value is 237 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #1eed06 hue: 0.32 , saturation: 0.95 and the lightness value of 1eed06 is 0.48.

The process color (four color CMYK) of #1eed06 color hex is 0.87, 0.00, 0.97, 0.07. Web safe color of #1eed06 is #33ff00. Color #1eed06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11101101 00000110
Octal 36 355 6
Decimal 30 237 6
Hex 1E ED 6

RGB Percentages of Color #1eed06

%10.99
%86.81
%2.20

CMYK Percentages of Color #1eed06

%87
%0
%97
%7

Triadic Colors of #1eed06

#1eed06 #061eed #ed061e

Analogous Colors of #1eed06

#1eed06 #06ed62 #92ed06

Monochromatic Colors of #1eed06

#1eed06

Complementary Color

#1eed06 #d506ed

#1eed06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eed06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eed06 Color CSS Codes

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

#1eed06 Text Font Color

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

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


#1eed06 Background Color

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

This div background color is #1eed06


#1eed06 Border Color

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

This div border color is #1eed06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eed06


Comments

No comments written yet.

Please login to write comment.