Color Hex Logo

#65cfab Color Hex

#65CFAB
(101,207,171)
0 Favorites   0 Comments

Color spaces of #65cfab

RGB 101207171
HSL0.440.520.60
HSV160°51°81°
CMYK 0.510.000.17   0.19
XYZ35.030350.332646.3970
Yxy50.33260.26590.3820
Hunter Lab70.9455-36.017810.8873
CIE-Lab76.2730-39.24268.5901

#65cfab color RGB value is (101,207,171).

#65cfab hex color red value is 101, green value is 207 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #65cfab hue: 0.44 , saturation: 0.52 and the lightness value of 65cfab is 0.60.

The process color (four color CMYK) of #65cfab color hex is 0.51, 0.00, 0.17, 0.19. Web safe color of #65cfab is #66cc99. Color #65cfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 11001111 10101011
Octal 145 317 253
Decimal 101 207 171
Hex 65 CF AB

RGB Percentages of Color #65cfab

%21.09
%43.22
%35.70

CMYK Percentages of Color #65cfab

%51
%0
%17
%19

Triadic Colors of #65cfab

#65cfab #ab65cf #cfab65

Analogous Colors of #65cfab

#65cfab #65becf #65cf76

Monochromatic Colors of #65cfab

#65cfab

Complementary Color

#65cfab #cf6589

#65cfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65cfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#65cfab Color CSS Codes

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

#65cfab Text Font Color

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

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


#65cfab Background Color

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

This div background color is #65cfab


#65cfab Border Color

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

This div border color is #65cfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65cfab


Comments

No comments written yet.

Please login to write comment.