Color Hex Logo

#68acce Color Hex

#68ACCE
(104,172,206)
0 Favorites   0 Comments

Color spaces of #68acce

RGB 104172206
HSL0.560.510.61
HSV200°50°81°
CMYK 0.500.170.00   0.19
XYZ31.602036.904363.8502
Yxy36.90430.23880.2788
Hunter Lab60.7489-13.4537-19.7926
CIE-Lab67.2052-12.2556-23.9461

#68acce color RGB value is (104,172,206).

#68acce hex color red value is 104, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #68acce hue: 0.56 , saturation: 0.51 and the lightness value of 68acce is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101100 11001110
Octal 150 254 316
Decimal 104 172 206
Hex 68 AC CE

RGB Percentages of Color #68acce

%21.58
%35.68
%42.74

CMYK Percentages of Color #68acce

%50
%17
%0
%19

Triadic Colors of #68acce

#68acce #ce68ac #acce68

Analogous Colors of #68acce

#68acce #6879ce #68cebd

Monochromatic Colors of #68acce

#68acce

Complementary Color

#68acce #ce8a68

#68acce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68acce Color Preview on White Background

Lorem ipsum dolor sit amet.

#68acce Color CSS Codes

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

#68acce Text Font Color

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

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


#68acce Background Color

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

This div background color is #68acce


#68acce Border Color

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

This div border color is #68acce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68acce


Comments

No comments written yet.

Please login to write comment.