Color Hex Logo

#1eb1ba Color Hex

#1EB1BA
(30,177,186)
0 Favorites   0 Comments

Color spaces of #1eb1ba

RGB 30177186
HSL0.510.720.42
HSV183°84°73°
CMYK 0.840.050.00   0.27
XYZ25.120535.265551.9373
Yxy35.26550.22360.3140
Hunter Lab59.3848-28.4156-10.2851
CIE-Lab65.9549-32.3806-14.9664

#1eb1ba color RGB value is (30,177,186).

#1eb1ba hex color red value is 30, green value is 177 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #1eb1ba hue: 0.51 , saturation: 0.72 and the lightness value of 1eb1ba is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10110001 10111010
Octal 36 261 272
Decimal 30 177 186
Hex 1E B1 BA

RGB Percentages of Color #1eb1ba

%7.63
%45.04
%47.33

CMYK Percentages of Color #1eb1ba

%84
%5
%0
%27

Triadic Colors of #1eb1ba

#1eb1ba #ba1eb1 #b1ba1e

Analogous Colors of #1eb1ba

#1eb1ba #1e63ba #1eba75

Monochromatic Colors of #1eb1ba

#1eb1ba

Complementary Color

#1eb1ba #ba271e

#1eb1ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eb1ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eb1ba Color CSS Codes

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

#1eb1ba Text Font Color

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

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


#1eb1ba Background Color

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

This div background color is #1eb1ba


#1eb1ba Border Color

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

This div border color is #1eb1ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eb1ba


Comments

No comments written yet.

Please login to write comment.