Color Hex Logo

#65dbab Color Hex

#65DBAB
(101,219,171)
0 Favorites   0 Comments

Color spaces of #65dbab

RGB 101219171
HSL0.430.620.63
HSV156°54°86°
CMYK 0.540.000.22   0.14
XYZ38.049056.370047.4032
Yxy56.37000.26830.3975
Hunter Lab75.0800-40.929715.1221
CIE-Lab79.8239-44.533513.6323

#65dbab color RGB value is (101,219,171).

#65dbab hex color red value is 101, green value is 219 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #65dbab hue: 0.43 , saturation: 0.62 and the lightness value of 65dbab is 0.63.

The process color (four color CMYK) of #65dbab color hex is 0.54, 0.00, 0.22, 0.14. Web safe color of #65dbab is #66cc99. Color #65dbab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 11011011 10101011
Octal 145 333 253
Decimal 101 219 171
Hex 65 DB AB

RGB Percentages of Color #65dbab

%20.57
%44.60
%34.83

CMYK Percentages of Color #65dbab

%54
%0
%22
%14

Triadic Colors of #65dbab

#65dbab #ab65db #dbab65

Analogous Colors of #65dbab

#65dbab #65d0db #65db70

Monochromatic Colors of #65dbab

#65dbab

Complementary Color

#65dbab #db6595

#65dbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65dbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#65dbab Color CSS Codes

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

#65dbab Text Font Color

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

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


#65dbab Background Color

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

This div background color is #65dbab


#65dbab Border Color

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

This div border color is #65dbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65dbab


Comments

No comments written yet.

Please login to write comment.