Color Hex Logo

#68adcc Color Hex

#68ADCC
(104,173,204)
0 Favorites   0 Comments

Color spaces of #68adcc

RGB 104173204
HSL0.550.500.60
HSV199°49°80°
CMYK 0.490.150.00   0.20
XYZ31.551637.189862.6422
Yxy37.18980.24010.2831
Hunter Lab60.9834-14.3687-18.2143
CIE-Lab67.4192-13.3623-22.5147

#68adcc color RGB value is (104,173,204).

#68adcc hex color red value is 104, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #68adcc hue: 0.55 , saturation: 0.50 and the lightness value of 68adcc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101101 11001100
Octal 150 255 314
Decimal 104 173 204
Hex 68 AD CC

RGB Percentages of Color #68adcc

%21.62
%35.97
%42.41

CMYK Percentages of Color #68adcc

%49
%15
%0
%20

Triadic Colors of #68adcc

#68adcc #cc68ad #adcc68

Analogous Colors of #68adcc

#68adcc #687bcc #68ccb9

Monochromatic Colors of #68adcc

#68adcc

Complementary Color

#68adcc #cc8768

#68adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68adcc Color CSS Codes

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

#68adcc Text Font Color

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

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


#68adcc Background Color

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

This div background color is #68adcc


#68adcc Border Color

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

This div border color is #68adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68adcc


Comments

No comments written yet.

Please login to write comment.