Color Hex Logo

#68addd Color Hex

#68ADDD
(104,173,221)
0 Favorites   0 Comments

Color spaces of #68addd

RGB 104173221
HSL0.570.630.64
HSV205°53°87°
CMYK 0.530.220.00   0.13
XYZ33.703638.050773.9748
Yxy38.05070.23130.2611
Hunter Lab61.6852-10.4203-27.9227
CIE-Lab68.0580-8.4171-30.8937

#68addd color RGB value is (104,173,221).

#68addd hex color red value is 104, green value is 173 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #68addd hue: 0.57 , saturation: 0.63 and the lightness value of 68addd is 0.64.

The process color (four color CMYK) of #68addd color hex is 0.53, 0.22, 0.00, 0.13. Web safe color of #68addd is #6699cc. Color #68addd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101101 11011101
Octal 150 255 335
Decimal 104 173 221
Hex 68 AD DD

RGB Percentages of Color #68addd

%20.88
%34.74
%44.38

CMYK Percentages of Color #68addd

%53
%22
%0
%13

Triadic Colors of #68addd

#68addd #dd68ad #addd68

Analogous Colors of #68addd

#68addd #6873dd #68ddd3

Monochromatic Colors of #68addd

#68addd

Complementary Color

#68addd #dd9868

#68addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#68addd Color CSS Codes

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

#68addd Text Font Color

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

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


#68addd Background Color

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

This div background color is #68addd


#68addd Border Color

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

This div border color is #68addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68addd


Comments

No comments written yet.

Please login to write comment.