Color Hex Logo

#669ace Color Hex

#669ACE
(102,154,206)
0 Favorites   0 Comments

Color spaces of #669ace

RGB 102154206
HSL0.580.510.60
HSV210°50°81°
CMYK 0.500.250.00   0.19
XYZ28.175730.392262.7738
Yxy30.39220.23220.2505
Hunter Lab55.1291-5.2472-28.9213
CIE-Lab61.9912-2.7817-31.9898

#669ace color RGB value is (102,154,206).

#669ace hex color red value is 102, green value is 154 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #669ace hue: 0.58 , saturation: 0.51 and the lightness value of 669ace is 0.60.

The process color (four color CMYK) of #669ace color hex is 0.50, 0.25, 0.00, 0.19. Web safe color of #669ace is #6699cc. Color #669ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011010 11001110
Octal 146 232 316
Decimal 102 154 206
Hex 66 9A CE

RGB Percentages of Color #669ace

%22.08
%33.33
%44.59

CMYK Percentages of Color #669ace

%50
%25
%0
%19

Triadic Colors of #669ace

#669ace #ce669a #9ace66

Analogous Colors of #669ace

#669ace #6666ce #66cece

Monochromatic Colors of #669ace

#669ace

Complementary Color

#669ace #ce9a66

#669ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#669ace Color CSS Codes

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

#669ace Text Font Color

<p style="color:#669ace">Text here</p>

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


#669ace Background Color

<div style="background-color:#669ace">
Div content here</div>

This div background color is #669ace


#669ace Border Color

<div style="border:3px solid #669ace">
Div here</div>

This div border color is #669ace


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,154,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #669ace; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #669ace;
  -webkit-box-shadow: 1px 1px 3px 2px #669ace;
  box-shadow:         1px 1px 3px 2px #669ace; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669ace

#669ace Color Palettes


Comments

No comments written yet.

Please login to write comment.