Color Hex Logo

#68afcf Color Hex

#68AFCF
(104,175,207)
0 Favorites   0 Comments

Color spaces of #68afcf

RGB 104175207
HSL0.550.520.61
HSV199°50°81°
CMYK 0.500.150.00   0.19
XYZ32.301438.108064.6846
Yxy38.10800.23910.2821
Hunter Lab61.7317-14.6294-18.9140
CIE-Lab68.1001-13.5765-23.1291

#68afcf color RGB value is (104,175,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101111 11001111
Octal 150 257 317
Decimal 104 175 207
Hex 68 AF CF

RGB Percentages of Color #68afcf

%21.40
%36.01
%42.59

CMYK Percentages of Color #68afcf

%50
%15
%0
%19

Triadic Colors of #68afcf

#68afcf #cf68af #afcf68

Analogous Colors of #68afcf

#68afcf #687ccf #68cfbc

Monochromatic Colors of #68afcf

#68afcf

Complementary Color

#68afcf #cf8868

#68afcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68afcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68afcf Color CSS Codes

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

#68afcf Text Font Color

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

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


#68afcf Background Color

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

This div background color is #68afcf


#68afcf Border Color

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

This div border color is #68afcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68afcf


Comments

No comments written yet.

Please login to write comment.