Color Hex Logo

#66a7bf Color Hex

#66A7BF
(102,167,191)
0 Favorites   0 Comments

Color spaces of #66a7bf

RGB 102167191
HSL0.540.410.57
HSV196°47°75°
CMYK 0.470.130.00   0.25
XYZ28.702234.223854.3833
Yxy34.22380.24470.2917
Hunter Lab58.5011-14.8001-14.1659
CIE-Lab65.1398-14.2897-18.7873

#66a7bf color RGB value is (102,167,191).

#66a7bf hex color red value is 102, green value is 167 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #66a7bf hue: 0.54 , saturation: 0.41 and the lightness value of 66a7bf is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10100111 10111111
Octal 146 247 277
Decimal 102 167 191
Hex 66 A7 BF

RGB Percentages of Color #66a7bf

%22.17
%36.30
%41.52

CMYK Percentages of Color #66a7bf

%47
%13
%0
%25

Triadic Colors of #66a7bf

#66a7bf #bf66a7 #a7bf66

Analogous Colors of #66a7bf

#66a7bf #667bbf #66bfab

Monochromatic Colors of #66a7bf

#66a7bf

Complementary Color

#66a7bf #bf7e66

#66a7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66a7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#66a7bf Color CSS Codes

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

#66a7bf Text Font Color

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

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


#66a7bf Background Color

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

This div background color is #66a7bf


#66a7bf Border Color

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

This div border color is #66a7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66a7bf


Comments

No comments written yet.

Please login to write comment.