Color Hex Logo

#1ac199 Color Hex

#1AC199
(26,193,153)
0 Favorites   0 Comments

Color spaces of #1ac199

RGB 26193153
HSL0.460.760.43
HSV166°87°76°
CMYK 0.870.000.21   0.24
XYZ25.245740.659436.6545
Yxy40.65940.24620.3964
Hunter Lab63.7647-40.916610.5531
CIE-Lab69.9366-49.01129.0372

#1ac199 color RGB value is (26,193,153).

#1ac199 hex color red value is 26, green value is 193 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #1ac199 hue: 0.46 , saturation: 0.76 and the lightness value of 1ac199 is 0.43.

The process color (four color CMYK) of #1ac199 color hex is 0.87, 0.00, 0.21, 0.24. Web safe color of #1ac199 is #33cc99. Color #1ac199 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11000001 10011001
Octal 32 301 231
Decimal 26 193 153
Hex 1A C1 99

RGB Percentages of Color #1ac199

%6.99
%51.88
%41.13

CMYK Percentages of Color #1ac199

%87
%0
%21
%24

Triadic Colors of #1ac199

#1ac199 #991ac1 #c1991a

Analogous Colors of #1ac199

#1ac199 #1a96c1 #1ac146

Monochromatic Colors of #1ac199

#1ac199

Complementary Color

#1ac199 #c11a42

#1ac199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ac199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ac199 Color CSS Codes

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

#1ac199 Text Font Color

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

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


#1ac199 Background Color

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

This div background color is #1ac199


#1ac199 Border Color

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

This div border color is #1ac199


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(26,193,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1ac199; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1ac199;
  -webkit-box-shadow: 1px 1px 3px 2px #1ac199;
  box-shadow:         1px 1px 3px 2px #1ac199; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,193,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ac199


Comments

No comments written yet.

Please login to write comment.