Color Hex Logo

#68c8cc Color Hex

#68C8CC
(104,200,204)
0 Favorites   0 Comments

Color spaces of #68c8cc

RGB 104200204
HSL0.510.500.60
HSV182°49°80°
CMYK 0.490.020.00   0.20
XYZ37.262348.611264.5457
Yxy48.61120.24770.3232
Hunter Lab69.7217-26.6149-6.0832
CIE-Lab75.2088-27.1981-10.7524

#68c8cc color RGB value is (104,200,204).

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

The process color (four color CMYK) of #68c8cc color hex is 0.49, 0.02, 0.00, 0.20. Web safe color of #68c8cc is #66cccc. Color #68c8cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001000 11001100
Octal 150 310 314
Decimal 104 200 204
Hex 68 C8 CC

RGB Percentages of Color #68c8cc

%20.47
%39.37
%40.16

CMYK Percentages of Color #68c8cc

%49
%2
%0
%20

Triadic Colors of #68c8cc

#68c8cc #cc68c8 #c8cc68

Analogous Colors of #68c8cc

#68c8cc #6896cc #68cc9e

Monochromatic Colors of #68c8cc

#68c8cc

Complementary Color

#68c8cc #cc6c68

#68c8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68c8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68c8cc Color CSS Codes

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

#68c8cc Text Font Color

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

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


#68c8cc Background Color

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

This div background color is #68c8cc


#68c8cc Border Color

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

This div border color is #68c8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68c8cc


Comments

No comments written yet.

Please login to write comment.