Color Hex Logo

#1eaf0b Color Hex

#1EAF0B
(30,175,11)
0 Favorites   0 Comments

Color spaces of #1eaf0b

RGB 3017511
HSL0.310.880.36
HSV113°94°69°
CMYK 0.830.000.94   0.31
XYZ15.925830.96015.4531
Yxy30.96010.30430.5915
Hunter Lab55.6418-46.282933.1386
CIE-Lab62.4739-62.600061.5789

#1eaf0b color RGB value is (30,175,11).

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

The process color (four color CMYK) of #1eaf0b color hex is 0.83, 0.00, 0.94, 0.31. Web safe color of #1eaf0b is #339900. Color #1eaf0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101111 00001011
Octal 36 257 13
Decimal 30 175 11
Hex 1E AF B

RGB Percentages of Color #1eaf0b

%13.89
%81.02
%5.09

CMYK Percentages of Color #1eaf0b

%83
%0
%94
%31

Triadic Colors of #1eaf0b

#1eaf0b #0b1eaf #af0b1e

Analogous Colors of #1eaf0b

#1eaf0b #0baf4a #70af0b

Monochromatic Colors of #1eaf0b

#1eaf0b

Complementary Color

#1eaf0b #9c0baf

#1eaf0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eaf0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eaf0b Color CSS Codes

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

#1eaf0b Text Font Color

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

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


#1eaf0b Background Color

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

This div background color is #1eaf0b


#1eaf0b Border Color

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

This div border color is #1eaf0b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,175,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eaf0b


Comments

No comments written yet.

Please login to write comment.