Color Hex Logo

#68aacd Color Hex

#68AACD
(104,170,205)
0 Favorites   0 Comments

Color spaces of #68aacd

RGB 104170205
HSL0.560.500.61
HSV201°49°80°
CMYK 0.490.170.00   0.20
XYZ31.103136.100363.0864
Yxy36.10030.23870.2771
Hunter Lab60.0835-12.7431-20.1947
CIE-Lab66.5965-11.4645-24.3254

#68aacd color RGB value is (104,170,205).

#68aacd hex color red value is 104, green value is 170 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #68aacd hue: 0.56 , saturation: 0.50 and the lightness value of 68aacd is 0.61.

The process color (four color CMYK) of #68aacd color hex is 0.49, 0.17, 0.00, 0.20. Web safe color of #68aacd is #6699cc. Color #68aacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101010 11001101
Octal 150 252 315
Decimal 104 170 205
Hex 68 AA CD

RGB Percentages of Color #68aacd

%21.71
%35.49
%42.80

CMYK Percentages of Color #68aacd

%49
%17
%0
%20

Triadic Colors of #68aacd

#68aacd #cd68aa #aacd68

Analogous Colors of #68aacd

#68aacd #6878cd #68cdbe

Monochromatic Colors of #68aacd

#68aacd

Complementary Color

#68aacd #cd8b68

#68aacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68aacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#68aacd Color CSS Codes

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

#68aacd Text Font Color

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

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


#68aacd Background Color

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

This div background color is #68aacd


#68aacd Border Color

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

This div border color is #68aacd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,170,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68aacd


Comments

No comments written yet.

Please login to write comment.