Color Hex Logo

#65a59e Color Hex

#65A59E
(101,165,158)
0 Favorites   0 Comments

Color spaces of #65a59e

RGB 101165158
HSL0.480.260.52
HSV173°39°65°
CMYK 0.390.000.04   0.35
XYZ24.993532.145637.2352
Yxy32.14560.26480.3406
Hunter Lab56.6971-20.53260.7499
CIE-Lab63.4630-22.1817-2.8551

#65a59e color RGB value is (101,165,158).

#65a59e hex color red value is 101, green value is 165 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #65a59e hue: 0.48 , saturation: 0.26 and the lightness value of 65a59e is 0.52.

The process color (four color CMYK) of #65a59e color hex is 0.39, 0.00, 0.04, 0.35. Web safe color of #65a59e is #669999. Color #65a59e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10100101 10011110
Octal 145 245 236
Decimal 101 165 158
Hex 65 A5 9E

RGB Percentages of Color #65a59e

%23.82
%38.92
%37.26

CMYK Percentages of Color #65a59e

%39
%0
%4
%35

Triadic Colors of #65a59e

#65a59e #9e65a5 #a59e65

Analogous Colors of #65a59e

#65a59e #658ca5 #65a57e

Monochromatic Colors of #65a59e

#65a59e

Complementary Color

#65a59e #a5656c

#65a59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65a59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#65a59e Color CSS Codes

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

#65a59e Text Font Color

<p style="color:#65a59e">Text here</p>

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


#65a59e Background Color

<div style="background-color:#65a59e">
Div content here</div>

This div background color is #65a59e


#65a59e Border Color

<div style="border:3px solid #65a59e">
Div here</div>

This div border color is #65a59e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,165,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65a59e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65a59e;
  -webkit-box-shadow: 1px 1px 3px 2px #65a59e;
  box-shadow:         1px 1px 3px 2px #65a59e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65a59e


Comments

No comments written yet.

Please login to write comment.