Color Hex Logo

#66c7eb Color Hex

#66C7EB
(102,199,235)
0 Favorites   0 Comments

Color spaces of #66c7eb

RGB 102199235
HSL0.550.770.66
HSV196°57°92°
CMYK 0.570.150.00   0.08
XYZ40.898349.669886.0289
Yxy49.66980.23160.2813
Hunter Lab70.4768-19.7493-23.0397
CIE-Lab75.8661-18.4962-26.5049

#66c7eb color RGB value is (102,199,235).

#66c7eb hex color red value is 102, green value is 199 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #66c7eb hue: 0.55 , saturation: 0.77 and the lightness value of 66c7eb is 0.66.

The process color (four color CMYK) of #66c7eb color hex is 0.57, 0.15, 0.00, 0.08. Web safe color of #66c7eb is #66ccff. Color #66c7eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11000111 11101011
Octal 146 307 353
Decimal 102 199 235
Hex 66 C7 EB

RGB Percentages of Color #66c7eb

%19.03
%37.13
%43.84

CMYK Percentages of Color #66c7eb

%57
%15
%0
%8

Triadic Colors of #66c7eb

#66c7eb #eb66c7 #c7eb66

Analogous Colors of #66c7eb

#66c7eb #6685eb #66ebcd

Monochromatic Colors of #66c7eb

#66c7eb

Complementary Color

#66c7eb #eb8a66

#66c7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66c7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#66c7eb Color CSS Codes

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

#66c7eb Text Font Color

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

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


#66c7eb Background Color

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

This div background color is #66c7eb


#66c7eb Border Color

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

This div border color is #66c7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66c7eb


Comments

No comments written yet.

Please login to write comment.