Color Hex Logo

#1eb5a8 Color Hex

#1EB5A8
(30,181,168)
0 Favorites   0 Comments

Color spaces of #1eb5a8

RGB 30181168
HSL0.490.720.41
HSV175°83°71°
CMYK 0.830.000.07   0.29
XYZ24.127236.150942.7520
Yxy36.15090.23420.3509
Hunter Lab60.1256-33.5914-0.0699
CIE-Lab66.6351-39.5988-3.9778

#1eb5a8 color RGB value is (30,181,168).

#1eb5a8 hex color red value is 30, green value is 181 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #1eb5a8 hue: 0.49 , saturation: 0.72 and the lightness value of 1eb5a8 is 0.41.

The process color (four color CMYK) of #1eb5a8 color hex is 0.83, 0.00, 0.07, 0.29. Web safe color of #1eb5a8 is #33cc99. Color #1eb5a8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10110101 10101000
Octal 36 265 250
Decimal 30 181 168
Hex 1E B5 A8

RGB Percentages of Color #1eb5a8

%7.92
%47.76
%44.33

CMYK Percentages of Color #1eb5a8

%83
%0
%7
%29

Triadic Colors of #1eb5a8

#1eb5a8 #a81eb5 #b5a81e

Analogous Colors of #1eb5a8

#1eb5a8 #1e77b5 #1eb55d

Monochromatic Colors of #1eb5a8

#1eb5a8

Complementary Color

#1eb5a8 #b51e2b

#1eb5a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eb5a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eb5a8 Color CSS Codes

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

#1eb5a8 Text Font Color

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

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


#1eb5a8 Background Color

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

This div background color is #1eb5a8


#1eb5a8 Border Color

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

This div border color is #1eb5a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eb5a8


Comments

No comments written yet.

Please login to write comment.