Color Hex Logo

#65acdb Color Hex

#65ACDB
(101,172,219)
0 Favorites   0 Comments

Color spaces of #65acdb

RGB 101172219
HSL0.570.620.63
HSV204°54°86°
CMYK 0.540.210.00   0.14
XYZ32.905537.386272.4998
Yxy37.38620.23040.2618
Hunter Lab61.1443-10.9406-27.5002
CIE-Lab67.5658-9.1114-30.5658

#65acdb color RGB value is (101,172,219).

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

The process color (four color CMYK) of #65acdb color hex is 0.54, 0.21, 0.00, 0.14. Web safe color of #65acdb is #6699cc. Color #65acdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10101100 11011011
Octal 145 254 333
Decimal 101 172 219
Hex 65 AC DB

RGB Percentages of Color #65acdb

%20.53
%34.96
%44.51

CMYK Percentages of Color #65acdb

%54
%21
%0
%14

Triadic Colors of #65acdb

#65acdb #db65ac #acdb65

Analogous Colors of #65acdb

#65acdb #6571db #65dbcf

Monochromatic Colors of #65acdb

#65acdb

Complementary Color

#65acdb #db9465

#65acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#65acdb Color CSS Codes

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

#65acdb Text Font Color

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

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


#65acdb Background Color

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

This div background color is #65acdb


#65acdb Border Color

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

This div border color is #65acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65acdb


Comments

No comments written yet.

Please login to write comment.