Color Hex Logo

#68aecc Color Hex

#68AECC
(104,174,204)
0 Favorites   0 Comments

Color spaces of #68aecc

RGB 104174204
HSL0.550.500.60
HSV198°49°80°
CMYK 0.490.150.00   0.20
XYZ31.744137.574862.7063
Yxy37.57480.24040.2846
Hunter Lab61.2983-14.8335-17.7431
CIE-Lab67.7061-13.8962-22.0768

#68aecc color RGB value is (104,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101110 11001100
Octal 150 256 314
Decimal 104 174 204
Hex 68 AE CC

RGB Percentages of Color #68aecc

%21.58
%36.10
%42.32

CMYK Percentages of Color #68aecc

%49
%15
%0
%20

Triadic Colors of #68aecc

#68aecc #cc68ae #aecc68

Analogous Colors of #68aecc

#68aecc #687ccc #68ccb8

Monochromatic Colors of #68aecc

#68aecc

Complementary Color

#68aecc #cc8668

#68aecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68aecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#68aecc Color CSS Codes

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

#68aecc Text Font Color

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

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


#68aecc Background Color

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

This div background color is #68aecc


#68aecc Border Color

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

This div border color is #68aecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68aecc


Comments

No comments written yet.

Please login to write comment.