Color Hex Logo

#1c9aaf Color Hex

#1C9AAF
(28,154,175)
0 Favorites   0 Comments

Color spaces of #1c9aaf

RGB 28154175
HSL0.520.720.40
HSV189°84°69°
CMYK 0.840.120.00   0.31
XYZ19.772426.453244.6213
Yxy26.45320.21760.2912
Hunter Lab51.4327-21.3859-15.4352
CIE-Lab58.4647-24.7060-20.1687

#1c9aaf color RGB value is (28,154,175).

#1c9aaf hex color red value is 28, green value is 154 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1c9aaf hue: 0.52 , saturation: 0.72 and the lightness value of 1c9aaf is 0.40.

The process color (four color CMYK) of #1c9aaf color hex is 0.84, 0.12, 0.00, 0.31. Web safe color of #1c9aaf is #339999. Color #1c9aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10011010 10101111
Octal 34 232 257
Decimal 28 154 175
Hex 1C 9A AF

RGB Percentages of Color #1c9aaf

%7.84
%43.14
%49.02

CMYK Percentages of Color #1c9aaf

%84
%12
%0
%31

Triadic Colors of #1c9aaf

#1c9aaf #af1c9a #9aaf1c

Analogous Colors of #1c9aaf

#1c9aaf #1c50af #1caf7b

Monochromatic Colors of #1c9aaf

#1c9aaf

Complementary Color

#1c9aaf #af311c

#1c9aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c9aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c9aaf Color CSS Codes

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

#1c9aaf Text Font Color

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

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


#1c9aaf Background Color

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

This div background color is #1c9aaf


#1c9aaf Border Color

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

This div border color is #1c9aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,154,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 #1c9aaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c9aaf


Comments

No comments written yet.

Please login to write comment.