Color Hex Logo

#6ea585 Color Hex

#6EA585
(110,165,133)
0 Favorites   0 Comments

Color spaces of #6ea585

RGB 110165133
HSL0.400.230.54
HSV145°33°65°
CMYK 0.330.000.19   0.35
XYZ24.119231.918727.0800
Yxy31.91870.29020.3840
Hunter Lab56.4966-22.665011.1287
CIE-Lab63.2756-25.153510.9076

#6ea585 color RGB value is (110,165,133).

#6ea585 hex color red value is 110, green value is 165 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #6ea585 hue: 0.40 , saturation: 0.23 and the lightness value of 6ea585 is 0.54.

The process color (four color CMYK) of #6ea585 color hex is 0.33, 0.00, 0.19, 0.35. Web safe color of #6ea585 is #669999. Color #6ea585 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10100101 10000101
Octal 156 245 205
Decimal 110 165 133
Hex 6E A5 85

RGB Percentages of Color #6ea585

%26.96
%40.44
%32.60

CMYK Percentages of Color #6ea585

%33
%0
%19
%35

Triadic Colors of #6ea585

#6ea585 #856ea5 #a5856e

Analogous Colors of #6ea585

#6ea585 #6ea5a1 #73a56e

Monochromatic Colors of #6ea585

#6ea585

Complementary Color

#6ea585 #a56e8e

#6ea585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ea585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ea585 Color CSS Codes

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

#6ea585 Text Font Color

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

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


#6ea585 Background Color

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

This div background color is #6ea585


#6ea585 Border Color

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

This div border color is #6ea585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ea585


Comments

No comments written yet.

Please login to write comment.