Color Hex Logo

#6eaca0 Color Hex

#6EACA0
(110,172,160)
0 Favorites   0 Comments

Color spaces of #6eaca0

RGB 110172160
HSL0.470.270.55
HSV168°36°67°
CMYK 0.360.000.07   0.33
XYZ27.528135.358138.6316
Yxy35.35810.27120.3483
Hunter Lab59.4627-21.42363.1045
CIE-Lab66.0265-22.7496-0.1622

#6eaca0 color RGB value is (110,172,160).

#6eaca0 hex color red value is 110, green value is 172 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #6eaca0 hue: 0.47 , saturation: 0.27 and the lightness value of 6eaca0 is 0.55.

The process color (four color CMYK) of #6eaca0 color hex is 0.36, 0.00, 0.07, 0.33. Web safe color of #6eaca0 is #669999. Color #6eaca0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101100 10100000
Octal 156 254 240
Decimal 110 172 160
Hex 6E AC A0

RGB Percentages of Color #6eaca0

%24.89
%38.91
%36.20

CMYK Percentages of Color #6eaca0

%36
%0
%7
%33

Triadic Colors of #6eaca0

#6eaca0 #a06eac #aca06e

Analogous Colors of #6eaca0

#6eaca0 #6e99ac #6eac81

Monochromatic Colors of #6eaca0

#6eaca0

Complementary Color

#6eaca0 #ac6e7a

#6eaca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eaca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eaca0 Color CSS Codes

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

#6eaca0 Text Font Color

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

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


#6eaca0 Background Color

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

This div background color is #6eaca0


#6eaca0 Border Color

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

This div border color is #6eaca0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,172,160, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6eaca0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6eaca0;
  -webkit-box-shadow: 1px 1px 3px 2px #6eaca0;
  box-shadow:         1px 1px 3px 2px #6eaca0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,172,160, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eaca0


Comments

No comments written yet.

Please login to write comment.