Color Hex Logo

#65adbf Color Hex

#65ADBF
(101,173,191)
0 Favorites   0 Comments

Color spaces of #65adbf

RGB 101173191
HSL0.530.410.57
HSV192°47°75°
CMYK 0.470.090.00   0.25
XYZ29.714436.415454.7530
Yxy36.41540.24580.3012
Hunter Lab60.3452-17.7094-11.5540
CIE-Lab66.8361-17.7035-16.2214

#65adbf color RGB value is (101,173,191).

#65adbf hex color red value is 101, green value is 173 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #65adbf hue: 0.53 , saturation: 0.41 and the lightness value of 65adbf is 0.57.

The process color (four color CMYK) of #65adbf color hex is 0.47, 0.09, 0.00, 0.25. Web safe color of #65adbf is #6699cc. Color #65adbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10101101 10111111
Octal 145 255 277
Decimal 101 173 191
Hex 65 AD BF

RGB Percentages of Color #65adbf

%21.72
%37.20
%41.08

CMYK Percentages of Color #65adbf

%47
%9
%0
%25

Triadic Colors of #65adbf

#65adbf #bf65ad #adbf65

Analogous Colors of #65adbf

#65adbf #6580bf #65bfa4

Monochromatic Colors of #65adbf

#65adbf

Complementary Color

#65adbf #bf7765

#65adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#65adbf Color CSS Codes

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

#65adbf Text Font Color

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

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


#65adbf Background Color

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

This div background color is #65adbf


#65adbf Border Color

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

This div border color is #65adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65adbf


Comments

No comments written yet.

Please login to write comment.