Color Hex Logo

#66aded Color Hex

#66ADED
(102,173,237)
0 Favorites   0 Comments

Color spaces of #66aded

RGB 102173237
HSL0.580.790.66
HSV208°57°93°
CMYK 0.570.270.00   0.07
XYZ35.709138.826385.7329
Yxy38.82630.22280.2423
Hunter Lab62.3108-6.7489-37.9591
CIE-Lab68.6253-3.9776-38.7769

#66aded color RGB value is (102,173,237).

#66aded hex color red value is 102, green value is 173 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #66aded hue: 0.58 , saturation: 0.79 and the lightness value of 66aded is 0.66.

The process color (four color CMYK) of #66aded color hex is 0.57, 0.27, 0.00, 0.07. Web safe color of #66aded is #6699ff. Color #66aded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101101 11101101
Octal 146 255 355
Decimal 102 173 237
Hex 66 AD ED

RGB Percentages of Color #66aded

%19.92
%33.79
%46.29

CMYK Percentages of Color #66aded

%57
%27
%0
%7

Triadic Colors of #66aded

#66aded #ed66ad #aded66

Analogous Colors of #66aded

#66aded #666aed #66edea

Monochromatic Colors of #66aded

#66aded

Complementary Color

#66aded #eda666

#66aded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66aded Color Preview on White Background

Lorem ipsum dolor sit amet.

#66aded Color CSS Codes

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

#66aded Text Font Color

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

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


#66aded Background Color

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

This div background color is #66aded


#66aded Border Color

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

This div border color is #66aded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66aded


Comments

No comments written yet.

Please login to write comment.