Color Hex Logo

#1aceab Color Hex

#1ACEAB
(26,206,171)
0 Favorites   0 Comments

Color spaces of #1aceab

RGB 26206171
HSL0.470.780.45
HSV168°87°81°
CMYK 0.870.000.17   0.19
XYZ29.848047.302546.0852
Yxy47.30250.24220.3838
Hunter Lab68.7768-42.89348.4154
CIE-Lab74.3828-49.72475.6692

#1aceab color RGB value is (26,206,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 11001110 10101011
Octal 32 316 253
Decimal 26 206 171
Hex 1A CE AB

RGB Percentages of Color #1aceab

%6.45
%51.12
%42.43

CMYK Percentages of Color #1aceab

%87
%0
%17
%19

Triadic Colors of #1aceab

#1aceab #ab1ace #ceab1a

Analogous Colors of #1aceab

#1aceab #1a97ce #1ace51

Monochromatic Colors of #1aceab

#1aceab

Complementary Color

#1aceab #ce1a3d

#1aceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aceab Color CSS Codes

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

#1aceab Text Font Color

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

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


#1aceab Background Color

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

This div background color is #1aceab


#1aceab Border Color

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

This div border color is #1aceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aceab


Comments

No comments written yet.

Please login to write comment.