Color Hex Logo

#68aeac Color Hex

#68AEAC
(104,174,172)
0 Favorites   0 Comments

Color spaces of #68aeac

RGB 104174172
HSL0.500.300.55
HSV178°40°68°
CMYK 0.400.000.01   0.32
XYZ28.291436.193744.5247
Yxy36.19370.25950.3320
Hunter Lab60.1612-21.3407-1.7671
CIE-Lab66.6677-22.4833-5.9184

#68aeac color RGB value is (104,174,172).

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

The process color (four color CMYK) of #68aeac color hex is 0.40, 0.00, 0.01, 0.32. Web safe color of #68aeac is #669999. Color #68aeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101110 10101100
Octal 150 256 254
Decimal 104 174 172
Hex 68 AE AC

RGB Percentages of Color #68aeac

%23.11
%38.67
%38.22

CMYK Percentages of Color #68aeac

%40
%0
%1
%32

Triadic Colors of #68aeac

#68aeac #ac68ae #aeac68

Analogous Colors of #68aeac

#68aeac #688dae #68ae89

Monochromatic Colors of #68aeac

#68aeac

Complementary Color

#68aeac #ae686a

#68aeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68aeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#68aeac Color CSS Codes

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

#68aeac Text Font Color

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

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


#68aeac Background Color

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

This div background color is #68aeac


#68aeac Border Color

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

This div border color is #68aeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68aeac


Comments

No comments written yet.

Please login to write comment.