Color Hex Logo

#65baab Color Hex

#65BAAB
(101,186,171)
0 Favorites   0 Comments

Color spaces of #65baab

RGB 101186171
HSL0.470.380.56
HSV169°46°73°
CMYK 0.460.000.08   0.27
XYZ30.276440.824844.8123
Yxy40.82480.26120.3522
Hunter Lab63.8943-27.23253.1429
CIE-Lab70.0530-29.4433-0.4006

#65baab color RGB value is (101,186,171).

#65baab hex color red value is 101, green value is 186 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #65baab hue: 0.47 , saturation: 0.38 and the lightness value of 65baab is 0.56.

The process color (four color CMYK) of #65baab color hex is 0.46, 0.00, 0.08, 0.27. Web safe color of #65baab is #66cc99. Color #65baab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10111010 10101011
Octal 145 272 253
Decimal 101 186 171
Hex 65 BA AB

RGB Percentages of Color #65baab

%22.05
%40.61
%37.34

CMYK Percentages of Color #65baab

%46
%0
%8
%27

Triadic Colors of #65baab

#65baab #ab65ba #baab65

Analogous Colors of #65baab

#65baab #659fba #65ba81

Monochromatic Colors of #65baab

#65baab

Complementary Color

#65baab #ba6574

#65baab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65baab Color Preview on White Background

Lorem ipsum dolor sit amet.

#65baab Color CSS Codes

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

#65baab Text Font Color

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

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


#65baab Background Color

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

This div background color is #65baab


#65baab Border Color

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

This div border color is #65baab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65baab


Comments

No comments written yet.

Please login to write comment.