Color Hex Logo

#1eabaf Color Hex

#1EABAF
(30,171,175)
0 Favorites   0 Comments

Color spaces of #1eabaf

RGB 30171175
HSL0.500.710.40
HSV182°83°69°
CMYK 0.830.020.00   0.31
XYZ22.836232.497045.6264
Yxy32.49700.22620.3219
Hunter Lab57.0061-28.2551-7.5501
CIE-Lab63.7515-32.9203-12.1607

#1eabaf color RGB value is (30,171,175).

#1eabaf hex color red value is 30, green value is 171 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1eabaf hue: 0.50 , saturation: 0.71 and the lightness value of 1eabaf is 0.40.

The process color (four color CMYK) of #1eabaf color hex is 0.83, 0.02, 0.00, 0.31. Web safe color of #1eabaf is #339999. Color #1eabaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101011 10101111
Octal 36 253 257
Decimal 30 171 175
Hex 1E AB AF

RGB Percentages of Color #1eabaf

%7.98
%45.48
%46.54

CMYK Percentages of Color #1eabaf

%83
%2
%0
%31

Triadic Colors of #1eabaf

#1eabaf #af1eab #abaf1e

Analogous Colors of #1eabaf

#1eabaf #1e63af #1eaf6b

Monochromatic Colors of #1eabaf

#1eabaf

Complementary Color

#1eabaf #af221e

#1eabaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eabaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eabaf Color CSS Codes

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

#1eabaf Text Font Color

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

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


#1eabaf Background Color

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

This div background color is #1eabaf


#1eabaf Border Color

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

This div border color is #1eabaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eabaf


Comments

No comments written yet.

Please login to write comment.