Color Hex Logo

#65eeaa Color Hex

#65EEAA
(101,238,170)
0 Favorites   0 Comments

Color spaces of #65eeaa

RGB 101238170
HSL0.420.800.66
HSV150°58°93°
CMYK 0.580.000.29   0.07
XYZ43.197166.818148.6507
Yxy66.81810.27230.4211
Hunter Lab81.7423-48.720021.9319
CIE-Lab85.4120-52.698321.9487

#65eeaa color RGB value is (101,238,170).

#65eeaa hex color red value is 101, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #65eeaa hue: 0.42 , saturation: 0.80 and the lightness value of 65eeaa is 0.66.

The process color (four color CMYK) of #65eeaa color hex is 0.58, 0.00, 0.29, 0.07. Web safe color of #65eeaa is #66ff99. Color #65eeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 11101110 10101010
Octal 145 356 252
Decimal 101 238 170
Hex 65 EE AA

RGB Percentages of Color #65eeaa

%19.84
%46.76
%33.40

CMYK Percentages of Color #65eeaa

%58
%0
%29
%7

Triadic Colors of #65eeaa

#65eeaa #aa65ee #eeaa65

Analogous Colors of #65eeaa

#65eeaa #65eeee #65ee66

Monochromatic Colors of #65eeaa

#65eeaa

Complementary Color

#65eeaa #ee65a9

#65eeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65eeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#65eeaa Color CSS Codes

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

#65eeaa Text Font Color

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

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


#65eeaa Background Color

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

This div background color is #65eeaa


#65eeaa Border Color

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

This div border color is #65eeaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,238,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 #65eeaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65eeaa


Comments

No comments written yet.

Please login to write comment.