Color Hex Logo

#68acc1 Color Hex

#68ACC1
(104,172,193)
0 Favorites   0 Comments

Color spaces of #68acc1

RGB 104172193
HSL0.540.420.58
HSV194°46°76°
CMYK 0.460.110.00   0.24
XYZ30.087136.298455.8726
Yxy36.29840.24610.2969
Hunter Lab60.2482-16.2938-12.8103
CIE-Lab66.7473-15.9078-17.4513

#68acc1 color RGB value is (104,172,193).

#68acc1 hex color red value is 104, green value is 172 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #68acc1 hue: 0.54 , saturation: 0.42 and the lightness value of 68acc1 is 0.58.

The process color (four color CMYK) of #68acc1 color hex is 0.46, 0.11, 0.00, 0.24. Web safe color of #68acc1 is #6699cc. Color #68acc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101100 11000001
Octal 150 254 301
Decimal 104 172 193
Hex 68 AC C1

RGB Percentages of Color #68acc1

%22.17
%36.67
%41.15

CMYK Percentages of Color #68acc1

%46
%11
%0
%24

Triadic Colors of #68acc1

#68acc1 #c168ac #acc168

Analogous Colors of #68acc1

#68acc1 #6880c1 #68c1aa

Monochromatic Colors of #68acc1

#68acc1

Complementary Color

#68acc1 #c17d68

#68acc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68acc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#68acc1 Color CSS Codes

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

#68acc1 Text Font Color

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

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


#68acc1 Background Color

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

This div background color is #68acc1


#68acc1 Border Color

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

This div border color is #68acc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68acc1


Comments

No comments written yet.

Please login to write comment.