Color Hex Logo

#65abaa Color Hex

#65ABAA
(101,171,170)
0 Favorites   0 Comments

Color spaces of #65abaa

RGB 101171170
HSL0.500.290.53
HSV179°41°67°
CMYK 0.410.000.01   0.33
XYZ27.185434.794843.3135
Yxy34.79480.25820.3305
Hunter Lab58.9871-20.9621-2.2449
CIE-Lab65.5886-22.2404-6.4204

#65abaa color RGB value is (101,171,170).

#65abaa hex color red value is 101, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #65abaa hue: 0.50 , saturation: 0.29 and the lightness value of 65abaa is 0.53.

The process color (four color CMYK) of #65abaa color hex is 0.41, 0.00, 0.01, 0.33. Web safe color of #65abaa is #669999. Color #65abaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10101011 10101010
Octal 145 253 252
Decimal 101 171 170
Hex 65 AB AA

RGB Percentages of Color #65abaa

%22.85
%38.69
%38.46

CMYK Percentages of Color #65abaa

%41
%0
%1
%33

Triadic Colors of #65abaa

#65abaa #aa65ab #abaa65

Analogous Colors of #65abaa

#65abaa #6589ab #65ab87

Monochromatic Colors of #65abaa

#65abaa

Complementary Color

#65abaa #ab6566

#65abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#65abaa Color CSS Codes

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

#65abaa Text Font Color

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

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


#65abaa Background Color

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

This div background color is #65abaa


#65abaa Border Color

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

This div border color is #65abaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65abaa


Comments

No comments written yet.

Please login to write comment.