Color Hex Logo

#66a5db Color Hex

#66A5DB
(102,165,219)
0 Favorites   0 Comments

Color spaces of #66a5db

RGB 102165219
HSL0.580.620.63
HSV208°53°86°
CMYK 0.530.250.00   0.14
XYZ31.720834.849572.0726
Yxy34.84950.22880.2514
Hunter Lab59.0335-7.3941-31.0624
CIE-Lab65.6313-5.0383-33.5574

#66a5db color RGB value is (102,165,219).

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

The process color (four color CMYK) of #66a5db color hex is 0.53, 0.25, 0.00, 0.14. Web safe color of #66a5db is #6699cc. Color #66a5db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10100101 11011011
Octal 146 245 333
Decimal 102 165 219
Hex 66 A5 DB

RGB Percentages of Color #66a5db

%20.99
%33.95
%45.06

CMYK Percentages of Color #66a5db

%53
%25
%0
%14

Triadic Colors of #66a5db

#66a5db #db66a5 #a5db66

Analogous Colors of #66a5db

#66a5db #666bdb #66dbd7

Monochromatic Colors of #66a5db

#66a5db

Complementary Color

#66a5db #db9c66

#66a5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66a5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#66a5db Color CSS Codes

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

#66a5db Text Font Color

<p style="color:#66a5db">Text here</p>

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


#66a5db Background Color

<div style="background-color:#66a5db">
Div content here</div>

This div background color is #66a5db


#66a5db Border Color

<div style="border:3px solid #66a5db">
Div here</div>

This div border color is #66a5db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,165,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66a5db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66a5db;
  -webkit-box-shadow: 1px 1px 3px 2px #66a5db;
  box-shadow:         1px 1px 3px 2px #66a5db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,165,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 #66a5db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66a5db


Comments

No comments written yet.

Please login to write comment.