Color Hex Logo

#1eabbf Color Hex

#1EABBF
(30,171,191)
0 Favorites   0 Comments

Color spaces of #1eabbf

RGB 30171191
HSL0.520.730.43
HSV187°84°75°
CMYK 0.840.100.00   0.25
XYZ24.502333.163454.4000
Yxy33.16340.21860.2959
Hunter Lab57.5877-24.8306-15.6967
CIE-Lab64.2930-27.8715-20.2636

#1eabbf color RGB value is (30,171,191).

#1eabbf hex color red value is 30, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #1eabbf hue: 0.52 , saturation: 0.73 and the lightness value of 1eabbf is 0.43.

The process color (four color CMYK) of #1eabbf color hex is 0.84, 0.10, 0.00, 0.25. Web safe color of #1eabbf is #3399cc. Color #1eabbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101011 10111111
Octal 36 253 277
Decimal 30 171 191
Hex 1E AB BF

RGB Percentages of Color #1eabbf

%7.65
%43.62
%48.72

CMYK Percentages of Color #1eabbf

%84
%10
%0
%25

Triadic Colors of #1eabbf

#1eabbf #bf1eab #abbf1e

Analogous Colors of #1eabbf

#1eabbf #1e5bbf #1ebf83

Monochromatic Colors of #1eabbf

#1eabbf

Complementary Color

#1eabbf #bf321e

#1eabbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eabbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eabbf Color CSS Codes

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

#1eabbf Text Font Color

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

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


#1eabbf Background Color

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

This div background color is #1eabbf


#1eabbf Border Color

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

This div border color is #1eabbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eabbf


Comments

No comments written yet.

Please login to write comment.