Color Hex Logo

#6aceab Color Hex

#6ACEAB
(106,206,171)
0 Favorites   0 Comments

Color spaces of #6aceab

RGB 106206171
HSL0.440.510.61
HSV159°49°81°
CMYK 0.490.000.17   0.19
XYZ35.365950.147146.3435
Yxy50.14710.26820.3803
Hunter Lab70.8146-34.780010.7688
CIE-Lab76.1595-37.61228.4523

#6aceab color RGB value is (106,206,171).

#6aceab hex color red value is 106, green value is 206 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6aceab hue: 0.44 , saturation: 0.51 and the lightness value of 6aceab is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001110 10101011
Octal 152 316 253
Decimal 106 206 171
Hex 6A CE AB

RGB Percentages of Color #6aceab

%21.95
%42.65
%35.40

CMYK Percentages of Color #6aceab

%49
%0
%17
%19

Triadic Colors of #6aceab

#6aceab #ab6ace #ceab6a

Analogous Colors of #6aceab

#6aceab #6abfce #6ace79

Monochromatic Colors of #6aceab

#6aceab

Complementary Color

#6aceab #ce6a8d

#6aceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aceab Color CSS Codes

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

#6aceab Text Font Color

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

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


#6aceab Background Color

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

This div background color is #6aceab


#6aceab Border Color

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

This div border color is #6aceab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,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 #6aceab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aceab


Comments

No comments written yet.

Please login to write comment.