Color Hex Logo

#66afdf Color Hex

#66AFDF
(102,175,223)
0 Favorites   0 Comments

Color spaces of #66afdf

RGB 102175223
HSL0.570.650.64
HSV204°54°87°
CMYK 0.540.220.00   0.13
XYZ34.128738.812475.5048
Yxy38.81240.22990.2615
Hunter Lab62.2996-11.2392-28.2476
CIE-Lab68.6152-9.3371-31.1369

#66afdf color RGB value is (102,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101111 11011111
Octal 146 257 337
Decimal 102 175 223
Hex 66 AF DF

RGB Percentages of Color #66afdf

%20.40
%35.00
%44.60

CMYK Percentages of Color #66afdf

%54
%22
%0
%13

Triadic Colors of #66afdf

#66afdf #df66af #afdf66

Analogous Colors of #66afdf

#66afdf #6673df #66dfd3

Monochromatic Colors of #66afdf

#66afdf

Complementary Color

#66afdf #df9666

#66afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#66afdf Color CSS Codes

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

#66afdf Text Font Color

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

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


#66afdf Background Color

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

This div background color is #66afdf


#66afdf Border Color

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

This div border color is #66afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66afdf


Comments

No comments written yet.

Please login to write comment.