Color Hex Logo

#66afe7 Color Hex

#66AFE7
(102,175,231)
0 Favorites   0 Comments

Color spaces of #66afe7

RGB 102175231
HSL0.570.730.65
HSV206°56°91°
CMYK 0.560.240.00   0.09
XYZ35.233339.254281.3211
Yxy39.25420.22610.2519
Hunter Lab62.6532-9.2628-33.0986
CIE-Lab68.9350-6.9223-35.0190

#66afe7 color RGB value is (102,175,231).

#66afe7 hex color red value is 102, green value is 175 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #66afe7 hue: 0.57 , saturation: 0.73 and the lightness value of 66afe7 is 0.65.

The process color (four color CMYK) of #66afe7 color hex is 0.56, 0.24, 0.00, 0.09. Web safe color of #66afe7 is #6699ff. Color #66afe7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101111 11100111
Octal 146 257 347
Decimal 102 175 231
Hex 66 AF E7

RGB Percentages of Color #66afe7

%20.08
%34.45
%45.47

CMYK Percentages of Color #66afe7

%56
%24
%0
%9

Triadic Colors of #66afe7

#66afe7 #e766af #afe766

Analogous Colors of #66afe7

#66afe7 #666fe7 #66e7df

Monochromatic Colors of #66afe7

#66afe7

Complementary Color

#66afe7 #e79e66

#66afe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66afe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66afe7 Color CSS Codes

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

#66afe7 Text Font Color

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

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


#66afe7 Background Color

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

This div background color is #66afe7


#66afe7 Border Color

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

This div border color is #66afe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66afe7


Comments

No comments written yet.

Please login to write comment.