Color Hex Logo

#68acea Color Hex

#68ACEA
(104,172,234)
0 Favorites   0 Comments

Color spaces of #68acea

RGB 104172234
HSL0.580.760.66
HSV209°56°92°
CMYK 0.560.260.00   0.08
XYZ35.312738.388683.3905
Yxy38.38860.22480.2444
Hunter Lab61.9585-6.6930-36.4279
CIE-Lab68.3061-3.9417-37.6297

#68acea color RGB value is (104,172,234).

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

The process color (four color CMYK) of #68acea color hex is 0.56, 0.26, 0.00, 0.08. Web safe color of #68acea is #6699ff. Color #68acea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101100 11101010
Octal 150 254 352
Decimal 104 172 234
Hex 68 AC EA

RGB Percentages of Color #68acea

%20.39
%33.73
%45.88

CMYK Percentages of Color #68acea

%56
%26
%0
%8

Triadic Colors of #68acea

#68acea #ea68ac #acea68

Analogous Colors of #68acea

#68acea #686bea #68eae7

Monochromatic Colors of #68acea

#68acea

Complementary Color

#68acea #eaa668

#68acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#68acea Color CSS Codes

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

#68acea Text Font Color

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

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


#68acea Background Color

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

This div background color is #68acea


#68acea Border Color

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

This div border color is #68acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68acea


Comments

No comments written yet.

Please login to write comment.