Color Hex Logo

#66acca Color Hex

#66ACCA
(102,172,202)
0 Favorites   0 Comments

Color spaces of #66acca

RGB 102172202
HSL0.550.490.60
HSV198°50°79°
CMYK 0.500.150.00   0.21
XYZ30.892736.594161.3123
Yxy36.59410.23990.2841
Hunter Lab60.4931-14.7062-17.7478
CIE-Lab66.9714-13.8591-22.1012

#66acca color RGB value is (102,172,202).

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

The process color (four color CMYK) of #66acca color hex is 0.50, 0.15, 0.00, 0.21. Web safe color of #66acca is #6699cc. Color #66acca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101100 11001010
Octal 146 254 312
Decimal 102 172 202
Hex 66 AC CA

RGB Percentages of Color #66acca

%21.43
%36.13
%42.44

CMYK Percentages of Color #66acca

%50
%15
%0
%21

Triadic Colors of #66acca

#66acca #ca66ac #acca66

Analogous Colors of #66acca

#66acca #667aca #66cab6

Monochromatic Colors of #66acca

#66acca

Complementary Color

#66acca #ca8466

#66acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#66acca Color CSS Codes

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

#66acca Text Font Color

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

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


#66acca Background Color

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

This div background color is #66acca


#66acca Border Color

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

This div border color is #66acca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66acca


Comments

No comments written yet.

Please login to write comment.