Color Hex Logo

#65a3db Color Hex

#65A3DB
(101,163,219)
0 Favorites   0 Comments

Color spaces of #65a3db

RGB 101163219
HSL0.580.620.63
HSV208°54°86°
CMYK 0.540.260.00   0.14
XYZ31.250234.075671.9480
Yxy34.07560.22760.2482
Hunter Lab58.3743-6.5966-32.2146
CIE-Lab65.0225-4.1378-34.5065

#65a3db color RGB value is (101,163,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10100011 11011011
Octal 145 243 333
Decimal 101 163 219
Hex 65 A3 DB

RGB Percentages of Color #65a3db

%20.91
%33.75
%45.34

CMYK Percentages of Color #65a3db

%54
%26
%0
%14

Triadic Colors of #65a3db

#65a3db #db65a3 #a3db65

Analogous Colors of #65a3db

#65a3db #6568db #65dbd8

Monochromatic Colors of #65a3db

#65a3db

Complementary Color

#65a3db #db9d65

#65a3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65a3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#65a3db Color CSS Codes

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

#65a3db Text Font Color

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

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


#65a3db Background Color

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

This div background color is #65a3db


#65a3db Border Color

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

This div border color is #65a3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65a3db


Comments

No comments written yet.

Please login to write comment.