Color Hex Logo

#68a0ae Color Hex

#68A0AE
(104,160,174)
0 Favorites   0 Comments

Color spaces of #68a0ae

RGB 104160174
HSL0.530.300.55
HSV192°40°68°
CMYK 0.400.080.00   0.32
XYZ25.919731.140744.6890
Yxy31.14070.25470.3061
Hunter Lab55.8039-14.7473-8.4181
CIE-Lab62.6262-14.6657-13.0688

#68a0ae color RGB value is (104,160,174).

#68a0ae hex color red value is 104, green value is 160 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #68a0ae hue: 0.53 , saturation: 0.30 and the lightness value of 68a0ae is 0.55.

The process color (four color CMYK) of #68a0ae color hex is 0.40, 0.08, 0.00, 0.32. Web safe color of #68a0ae is #669999. Color #68a0ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10100000 10101110
Octal 150 240 256
Decimal 104 160 174
Hex 68 A0 AE

RGB Percentages of Color #68a0ae

%23.74
%36.53
%39.73

CMYK Percentages of Color #68a0ae

%40
%8
%0
%32

Triadic Colors of #68a0ae

#68a0ae #ae68a0 #a0ae68

Analogous Colors of #68a0ae

#68a0ae #687dae #68ae99

Monochromatic Colors of #68a0ae

#68a0ae

Complementary Color

#68a0ae #ae7668

#68a0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68a0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#68a0ae Color CSS Codes

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

#68a0ae Text Font Color

<p style="color:#68a0ae">Text here</p>

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


#68a0ae Background Color

<div style="background-color:#68a0ae">
Div content here</div>

This div background color is #68a0ae


#68a0ae Border Color

<div style="border:3px solid #68a0ae">
Div here</div>

This div border color is #68a0ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,160,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68a0ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68a0ae;
  -webkit-box-shadow: 1px 1px 3px 2px #68a0ae;
  box-shadow:         1px 1px 3px 2px #68a0ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,160,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 #68a0ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68a0ae


Comments

No comments written yet.

Please login to write comment.