Color Hex Logo

#66abbd Color Hex

#66ABBD
(102,171,189)
0 Favorites   0 Comments

Color spaces of #66abbd

RGB 102171189
HSL0.530.400.57
HSV192°46°74°
CMYK 0.460.100.00   0.26
XYZ29.227735.624753.4799
Yxy35.62470.24700.3011
Hunter Lab59.6864-17.0420-11.3442
CIE-Lab66.2322-16.9633-16.0203

#66abbd color RGB value is (102,171,189).

#66abbd hex color red value is 102, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #66abbd hue: 0.53 , saturation: 0.40 and the lightness value of 66abbd is 0.57.

The process color (four color CMYK) of #66abbd color hex is 0.46, 0.10, 0.00, 0.26. Web safe color of #66abbd is #6699cc. Color #66abbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101011 10111101
Octal 146 253 275
Decimal 102 171 189
Hex 66 AB BD

RGB Percentages of Color #66abbd

%22.08
%37.01
%40.91

CMYK Percentages of Color #66abbd

%46
%10
%0
%26

Triadic Colors of #66abbd

#66abbd #bd66ab #abbd66

Analogous Colors of #66abbd

#66abbd #6680bd #66bda4

Monochromatic Colors of #66abbd

#66abbd

Complementary Color

#66abbd #bd7866

#66abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#66abbd Color CSS Codes

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

#66abbd Text Font Color

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

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


#66abbd Background Color

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

This div background color is #66abbd


#66abbd Border Color

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

This div border color is #66abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66abbd


Comments

No comments written yet.

Please login to write comment.