Color Hex Logo

#68afcc Color Hex

#68AFCC
(104,175,204)
0 Favorites   0 Comments

Color spaces of #68afcc

RGB 104175204
HSL0.550.500.60
HSV197°49°80°
CMYK 0.490.140.00   0.20
XYZ31.938037.962662.7710
Yxy37.96260.24070.2861
Hunter Lab61.6138-15.2973-17.2739
CIE-Lab67.9930-14.4283-21.6392

#68afcc color RGB value is (104,175,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101111 11001100
Octal 150 257 314
Decimal 104 175 204
Hex 68 AF CC

RGB Percentages of Color #68afcc

%21.53
%36.23
%42.24

CMYK Percentages of Color #68afcc

%49
%14
%0
%20

Triadic Colors of #68afcc

#68afcc #cc68af #afcc68

Analogous Colors of #68afcc

#68afcc #687dcc #68ccb7

Monochromatic Colors of #68afcc

#68afcc

Complementary Color

#68afcc #cc8568

#68afcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68afcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68afcc Color CSS Codes

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

#68afcc Text Font Color

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

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


#68afcc Background Color

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

This div background color is #68afcc


#68afcc Border Color

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

This div border color is #68afcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68afcc


Comments

No comments written yet.

Please login to write comment.