Color Hex Logo

#1accae Color Hex

#1ACCAE
(26,204,174)
0 Favorites   0 Comments

Color spaces of #1accae

RGB 26204174
HSL0.470.770.45
HSV170°87°80°
CMYK 0.870.000.15   0.20
XYZ29.658846.461347.4492
Yxy46.46130.24000.3760
Hunter Lab68.1625-41.61576.4409
CIE-Lab73.8439-48.12113.2728

#1accae color RGB value is (26,204,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 11001100 10101110
Octal 32 314 256
Decimal 26 204 174
Hex 1A CC AE

RGB Percentages of Color #1accae

%6.44
%50.50
%43.07

CMYK Percentages of Color #1accae

%87
%0
%15
%20

Triadic Colors of #1accae

#1accae #ae1acc #ccae1a

Analogous Colors of #1accae

#1accae #1a91cc #1acc55

Monochromatic Colors of #1accae

#1accae

Complementary Color

#1accae #cc1a38

#1accae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1accae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1accae Color CSS Codes

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

#1accae Text Font Color

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

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


#1accae Background Color

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

This div background color is #1accae


#1accae Border Color

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

This div border color is #1accae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1accae


Comments

No comments written yet.

Please login to write comment.