Color Hex Logo

#66acee Color Hex

#66ACEE
(102,172,238)
0 Favorites   0 Comments

Color spaces of #66acee

RGB 102172238
HSL0.580.800.67
HSV209°57°93°
CMYK 0.570.280.00   0.07
XYZ35.664638.502986.4410
Yxy38.50290.22210.2397
Hunter Lab62.0507-5.9931-39.1596
CIE-Lab68.3896-3.1120-39.6902

#66acee color RGB value is (102,172,238).

#66acee hex color red value is 102, green value is 172 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #66acee hue: 0.58 , saturation: 0.80 and the lightness value of 66acee is 0.67.

The process color (four color CMYK) of #66acee color hex is 0.57, 0.28, 0.00, 0.07. Web safe color of #66acee is #6699ff. Color #66acee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101100 11101110
Octal 146 254 356
Decimal 102 172 238
Hex 66 AC EE

RGB Percentages of Color #66acee

%19.92
%33.59
%46.48

CMYK Percentages of Color #66acee

%57
%28
%0
%7

Triadic Colors of #66acee

#66acee #ee66ac #acee66

Analogous Colors of #66acee

#66acee #6668ee #66eeec

Monochromatic Colors of #66acee

#66acee

Complementary Color

#66acee #eea866

#66acee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66acee Color Preview on White Background

Lorem ipsum dolor sit amet.

#66acee Color CSS Codes

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

#66acee Text Font Color

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

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


#66acee Background Color

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

This div background color is #66acee


#66acee Border Color

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

This div border color is #66acee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66acee


Comments

No comments written yet.

Please login to write comment.