Color Hex Logo

#6acaab Color Hex

#6ACAAB
(106,202,171)
0 Favorites   0 Comments

Color spaces of #6acaab

RGB 106202171
HSL0.450.480.60
HSV161°48°79°
CMYK 0.480.000.15   0.21
XYZ34.415148.245546.0265
Yxy48.24550.26740.3749
Hunter Lab69.4590-33.11129.3332
CIE-Lab74.9795-35.77836.7617

#6acaab color RGB value is (106,202,171).

#6acaab hex color red value is 106, green value is 202 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6acaab hue: 0.45 , saturation: 0.48 and the lightness value of 6acaab is 0.60.

The process color (four color CMYK) of #6acaab color hex is 0.48, 0.00, 0.15, 0.21. Web safe color of #6acaab is #66cc99. Color #6acaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001010 10101011
Octal 152 312 253
Decimal 106 202 171
Hex 6A CA AB

RGB Percentages of Color #6acaab

%22.13
%42.17
%35.70

CMYK Percentages of Color #6acaab

%48
%0
%15
%21

Triadic Colors of #6acaab

#6acaab #ab6aca #caab6a

Analogous Colors of #6acaab

#6acaab #6ab9ca #6aca7b

Monochromatic Colors of #6acaab

#6acaab

Complementary Color

#6acaab #ca6a89

#6acaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acaab Color CSS Codes

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

#6acaab Text Font Color

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

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


#6acaab Background Color

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

This div background color is #6acaab


#6acaab Border Color

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

This div border color is #6acaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acaab


Comments

No comments written yet.

Please login to write comment.