Color Hex Logo

#66b9cf Color Hex

#66B9CF
(102,185,207)
0 Favorites   0 Comments

Color spaces of #66b9cf

RGB 102185207
HSL0.530.520.61
HSV193°51°81°
CMYK 0.510.110.00   0.19
XYZ34.090942.027765.3469
Yxy42.02770.24100.2971
Hunter Lab64.8288-19.5842-14.3837
CIE-Lab70.8900-19.2738-18.8909

#66b9cf color RGB value is (102,185,207).

#66b9cf hex color red value is 102, green value is 185 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #66b9cf hue: 0.53 , saturation: 0.52 and the lightness value of 66b9cf is 0.61.

The process color (four color CMYK) of #66b9cf color hex is 0.51, 0.11, 0.00, 0.19. Web safe color of #66b9cf is #66cccc. Color #66b9cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10111001 11001111
Octal 146 271 317
Decimal 102 185 207
Hex 66 B9 CF

RGB Percentages of Color #66b9cf

%20.65
%37.45
%41.90

CMYK Percentages of Color #66b9cf

%51
%11
%0
%19

Triadic Colors of #66b9cf

#66b9cf #cf66b9 #b9cf66

Analogous Colors of #66b9cf

#66b9cf #6685cf #66cfb1

Monochromatic Colors of #66b9cf

#66b9cf

Complementary Color

#66b9cf #cf7c66

#66b9cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66b9cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#66b9cf Color CSS Codes

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

#66b9cf Text Font Color

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

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


#66b9cf Background Color

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

This div background color is #66b9cf


#66b9cf Border Color

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

This div border color is #66b9cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66b9cf


Comments

No comments written yet.

Please login to write comment.