Color Hex Logo

#668aae Color Hex

#668AAE
(102,138,174)
0 Favorites   0 Comments

Color spaces of #668aae

RGB 102138174
HSL0.580.310.54
HSV210°41°68°
CMYK 0.410.210.00   0.32
XYZ22.207924.057743.5175
Yxy24.05770.24740.2680
Hunter Lab49.0486-5.0152-18.2699
CIE-Lab56.1455-3.0130-22.9322

#668aae color RGB value is (102,138,174).

#668aae hex color red value is 102, green value is 138 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #668aae hue: 0.58 , saturation: 0.31 and the lightness value of 668aae is 0.54.

The process color (four color CMYK) of #668aae color hex is 0.41, 0.21, 0.00, 0.32. Web safe color of #668aae is #669999. Color #668aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001010 10101110
Octal 146 212 256
Decimal 102 138 174
Hex 66 8A AE

RGB Percentages of Color #668aae

%24.64
%33.33
%42.03

CMYK Percentages of Color #668aae

%41
%21
%0
%32

Triadic Colors of #668aae

#668aae #ae668a #8aae66

Analogous Colors of #668aae

#668aae #6666ae #66aeae

Monochromatic Colors of #668aae

#668aae

Complementary Color

#668aae #ae8a66

#668aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#668aae Color CSS Codes

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

#668aae Text Font Color

<p style="color:#668aae">Text here</p>

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


#668aae Background Color

<div style="background-color:#668aae">
Div content here</div>

This div background color is #668aae


#668aae Border Color

<div style="border:3px solid #668aae">
Div here</div>

This div border color is #668aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,138,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #668aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #668aae;
  -webkit-box-shadow: 1px 1px 3px 2px #668aae;
  box-shadow:         1px 1px 3px 2px #668aae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668aae


Comments

No comments written yet.

Please login to write comment.