Color Hex Logo

#1c9eaa Color Hex

#1C9EAA
(28,158,170)
0 Favorites   0 Comments

Color spaces of #1c9eaa

RGB 28158170
HSL0.510.720.39
HSV185°84°67°
CMYK 0.840.070.00   0.33
XYZ19.961427.602942.3060
Yxy27.60290.22210.3071
Hunter Lab52.5385-24.1232-10.9657
CIE-Lab59.5283-28.3492-15.7198

#1c9eaa color RGB value is (28,158,170).

#1c9eaa hex color red value is 28, green value is 158 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1c9eaa hue: 0.51 , saturation: 0.72 and the lightness value of 1c9eaa is 0.39.

The process color (four color CMYK) of #1c9eaa color hex is 0.84, 0.07, 0.00, 0.33. Web safe color of #1c9eaa is #339999. Color #1c9eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10011110 10101010
Octal 34 236 252
Decimal 28 158 170
Hex 1C 9E AA

RGB Percentages of Color #1c9eaa

%7.87
%44.38
%47.75

CMYK Percentages of Color #1c9eaa

%84
%7
%0
%33

Triadic Colors of #1c9eaa

#1c9eaa #aa1c9e #9eaa1c

Analogous Colors of #1c9eaa

#1c9eaa #1c57aa #1caa6f

Monochromatic Colors of #1c9eaa

#1c9eaa

Complementary Color

#1c9eaa #aa281c

#1c9eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c9eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c9eaa Color CSS Codes

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

#1c9eaa Text Font Color

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

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


#1c9eaa Background Color

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

This div background color is #1c9eaa


#1c9eaa Border Color

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

This div border color is #1c9eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,158,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1c9eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1c9eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #1c9eaa;
  box-shadow:         1px 1px 3px 2px #1c9eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,158,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c9eaa


Comments

No comments written yet.

Please login to write comment.