Color Hex Logo

#65eeab Color Hex

#65EEAB
(101,238,171)
0 Favorites   0 Comments

Color spaces of #65eeab

RGB 101238171
HSL0.420.800.66
HSV151°58°93°
CMYK 0.580.000.28   0.07
XYZ43.292066.856049.1509
Yxy66.85600.27180.4197
Hunter Lab81.7655-48.580121.5954
CIE-Lab85.4312-52.499621.4595

#65eeab color RGB value is (101,238,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 11101110 10101011
Octal 145 356 253
Decimal 101 238 171
Hex 65 EE AB

RGB Percentages of Color #65eeab

%19.80
%46.67
%33.53

CMYK Percentages of Color #65eeab

%58
%0
%28
%7

Triadic Colors of #65eeab

#65eeab #ab65ee #eeab65

Analogous Colors of #65eeab

#65eeab #65edee #65ee67

Monochromatic Colors of #65eeab

#65eeab

Complementary Color

#65eeab #ee65a8

#65eeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65eeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#65eeab Color CSS Codes

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

#65eeab Text Font Color

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

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


#65eeab Background Color

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

This div background color is #65eeab


#65eeab Border Color

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

This div border color is #65eeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65eeab


Comments

No comments written yet.

Please login to write comment.