Color Hex Logo

#1ac47d Color Hex

#1AC47D
(26,196,125)
0 Favorites   0 Comments

Color spaces of #1ac47d

RGB 26196125
HSL0.430.770.44
HSV155°87°77°
CMYK 0.870.000.36   0.23
XYZ23.867641.180126.0926
Yxy41.18010.26190.4518
Hunter Lab64.1717-45.910420.8125
CIE-Lab70.3019-56.543824.5695

#1ac47d color RGB value is (26,196,125).

#1ac47d hex color red value is 26, green value is 196 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #1ac47d hue: 0.43 , saturation: 0.77 and the lightness value of 1ac47d is 0.44.

The process color (four color CMYK) of #1ac47d color hex is 0.87, 0.00, 0.36, 0.23. Web safe color of #1ac47d is #33cc66. Color #1ac47d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11000100 01111101
Octal 32 304 175
Decimal 26 196 125
Hex 1A C4 7D

RGB Percentages of Color #1ac47d

%7.49
%56.48
%36.02

CMYK Percentages of Color #1ac47d

%87
%0
%36
%23

Triadic Colors of #1ac47d

#1ac47d #7d1ac4 #c47d1a

Analogous Colors of #1ac47d

#1ac47d #1ab6c4 #1ac428

Monochromatic Colors of #1ac47d

#1ac47d

Complementary Color

#1ac47d #c41a61

#1ac47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ac47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ac47d Color CSS Codes

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

#1ac47d Text Font Color

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

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


#1ac47d Background Color

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

This div background color is #1ac47d


#1ac47d Border Color

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

This div border color is #1ac47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ac47d


Comments

No comments written yet.

Please login to write comment.