Color Hex Logo

#6acaae Color Hex

#6ACAAE
(106,202,174)
0 Favorites   0 Comments

Color spaces of #6acaae

RGB 106202174
HSL0.450.480.60
HSV163°48°79°
CMYK 0.480.000.14   0.21
XYZ34.704448.361247.5499
Yxy48.36120.26570.3703
Hunter Lab69.5422-32.62018.1397
CIE-Lab75.0522-35.09585.2489

#6acaae color RGB value is (106,202,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001010 10101110
Octal 152 312 256
Decimal 106 202 174
Hex 6A CA AE

RGB Percentages of Color #6acaae

%21.99
%41.91
%36.10

CMYK Percentages of Color #6acaae

%48
%0
%14
%21

Triadic Colors of #6acaae

#6acaae #ae6aca #caae6a

Analogous Colors of #6acaae

#6acaae #6ab6ca #6aca7e

Monochromatic Colors of #6acaae

#6acaae

Complementary Color

#6acaae #ca6a86

#6acaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acaae Color CSS Codes

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

#6acaae Text Font Color

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

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


#6acaae Background Color

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

This div background color is #6acaae


#6acaae Border Color

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

This div border color is #6acaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acaae


Comments

No comments written yet.

Please login to write comment.