color codes Logo

#66afcc color codes

#66AFCC
(102,175,204)
0 Favorites   0 Comments

Color spaces of #66afcc

RGB 102175204
HSL0.550.500.60
HSV197°50°80°
CMYK 0.500.140.00   0.20
XYZ31.708537.844462.7602
Yxy37.84440.23960.2860
Hunter Lab61.5178-15.6508-17.4249
CIE-Lab67.9058-14.8868-21.7801

#66afcc color RGB value is (102,175,204).

#66afcc hex color red value is 102, green value is 175 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #66afcc hue: 0.55 , saturation: 0.50 and the lightness value of 66afcc is 0.60.

The process color (four color CMYK) of #66afcc color code is 0.50, 0.14, 0.00, 0.20. Web safe color of #66afcc is #6699cc. Color #66afcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101111 11001100
Octal 146 257 314
Decimal 102 175 204
Hex 66 AF CC

RGB Percentages of Color #66afcc

%21.21
%36.38
%42.41

CMYK Percentages of Color #66afcc

%50
%14
%0
%20

Triadic Colors of #66afcc

#66afcc #cc66af #afcc66

Analogous Colors of #66afcc

#66afcc #667ccc #66ccb6

Monochromatic Colors of #66afcc

#66afcc

Complementary Color

#66afcc #cc8366

#66afcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66afcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#66afcc Color CSS Codes

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

#66afcc Text Font Color

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

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


#66afcc Background Color

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

This div background color is #66afcc


#66afcc Border Color

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

This div border color is #66afcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66afcc


Comments

No comments written yet.

Please login to write comment.