Color Hex Logo

#65bdab Color Hex

#65BDAB
(101,189,171)
0 Favorites   0 Comments

Color spaces of #65bdab

RGB 101189171
HSL0.470.400.57
HSV168°47°74°
CMYK 0.470.000.10   0.26
XYZ30.915142.102245.0252
Yxy42.10220.26190.3567
Hunter Lab64.8862-28.50444.2784
CIE-Lab70.9413-30.88780.8958

#65bdab color RGB value is (101,189,171).

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

The process color (four color CMYK) of #65bdab color hex is 0.47, 0.00, 0.10, 0.26. Web safe color of #65bdab is #66cc99. Color #65bdab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10111101 10101011
Octal 145 275 253
Decimal 101 189 171
Hex 65 BD AB

RGB Percentages of Color #65bdab

%21.91
%41.00
%37.09

CMYK Percentages of Color #65bdab

%47
%0
%10
%26

Triadic Colors of #65bdab

#65bdab #ab65bd #bdab65

Analogous Colors of #65bdab

#65bdab #65a3bd #65bd7f

Monochromatic Colors of #65bdab

#65bdab

Complementary Color

#65bdab #bd6577

#65bdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65bdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#65bdab Color CSS Codes

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

#65bdab Text Font Color

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

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


#65bdab Background Color

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

This div background color is #65bdab


#65bdab Border Color

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

This div border color is #65bdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65bdab


Comments

No comments written yet.

Please login to write comment.