Color Hex Logo

#66abd2 Color Hex

#66ABD2
(102,171,210)
0 Favorites   0 Comments

Color spaces of #66abd2

RGB 102171210
HSL0.560.550.61
HSV202°51°82°
CMYK 0.510.190.00   0.18
XYZ31.675336.603766.3685
Yxy36.60370.23520.2718
Hunter Lab60.5010-12.4230-22.6894
CIE-Lab66.9786-11.0116-26.5092

#66abd2 color RGB value is (102,171,210).

#66abd2 hex color red value is 102, green value is 171 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #66abd2 hue: 0.56 , saturation: 0.55 and the lightness value of 66abd2 is 0.61.

The process color (four color CMYK) of #66abd2 color hex is 0.51, 0.19, 0.00, 0.18. Web safe color of #66abd2 is #6699cc. Color #66abd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101011 11010010
Octal 146 253 322
Decimal 102 171 210
Hex 66 AB D2

RGB Percentages of Color #66abd2

%21.12
%35.40
%43.48

CMYK Percentages of Color #66abd2

%51
%19
%0
%18

Triadic Colors of #66abd2

#66abd2 #d266ab #abd266

Analogous Colors of #66abd2

#66abd2 #6675d2 #66d2c3

Monochromatic Colors of #66abd2

#66abd2

Complementary Color

#66abd2 #d28d66

#66abd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66abd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66abd2 Color CSS Codes

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

#66abd2 Text Font Color

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

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


#66abd2 Background Color

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

This div background color is #66abd2


#66abd2 Border Color

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

This div border color is #66abd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66abd2


Comments

No comments written yet.

Please login to write comment.