Color Hex Logo

#1ac953 Color Hex

#1AC953
(26,201,83)
0 Favorites   0 Comments

Color spaces of #1ac953

RGB 2620183
HSL0.390.770.45
HSV140°87°79°
CMYK 0.870.000.59   0.21
XYZ22.874042.617415.2040
Yxy42.61740.28350.5281
Hunter Lab65.2820-51.699331.8889
CIE-Lab71.2945-65.261746.7480

#1ac953 color RGB value is (26,201,83).

#1ac953 hex color red value is 26, green value is 201 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #1ac953 hue: 0.39 , saturation: 0.77 and the lightness value of 1ac953 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 11001001 01010011
Octal 32 311 123
Decimal 26 201 83
Hex 1A C9 53

RGB Percentages of Color #1ac953

%8.39
%64.84
%26.77

CMYK Percentages of Color #1ac953

%87
%0
%59
%21

Triadic Colors of #1ac953

#1ac953 #531ac9 #c9531a

Analogous Colors of #1ac953

#1ac953 #1ac9ab #39c91a

Monochromatic Colors of #1ac953

#1ac953

Complementary Color

#1ac953 #c91a90

#1ac953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ac953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ac953 Color CSS Codes

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

#1ac953 Text Font Color

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

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


#1ac953 Background Color

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

This div background color is #1ac953


#1ac953 Border Color

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

This div border color is #1ac953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ac953


Comments

No comments written yet.

Please login to write comment.