Color Hex Logo

#68baaa Color Hex

#68BAAA
(104,186,170)
0 Favorites   0 Comments

Color spaces of #68baaa

RGB 104186170
HSL0.470.370.57
HSV168°44°73°
CMYK 0.440.000.09   0.27
XYZ30.523540.963144.3281
Yxy40.96310.26360.3537
Hunter Lab64.0024-26.87553.7374
CIE-Lab70.1501-28.93520.3045

#68baaa color RGB value is (104,186,170).

#68baaa hex color red value is 104, green value is 186 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #68baaa hue: 0.47 , saturation: 0.37 and the lightness value of 68baaa is 0.57.

The process color (four color CMYK) of #68baaa color hex is 0.44, 0.00, 0.09, 0.27. Web safe color of #68baaa is #66cc99. Color #68baaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111010 10101010
Octal 150 272 252
Decimal 104 186 170
Hex 68 BA AA

RGB Percentages of Color #68baaa

%22.61
%40.43
%36.96

CMYK Percentages of Color #68baaa

%44
%0
%9
%27

Triadic Colors of #68baaa

#68baaa #aa68ba #baaa68

Analogous Colors of #68baaa

#68baaa #68a1ba #68ba81

Monochromatic Colors of #68baaa

#68baaa

Complementary Color

#68baaa #ba6878

#68baaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68baaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#68baaa Color CSS Codes

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

#68baaa Text Font Color

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

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


#68baaa Background Color

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

This div background color is #68baaa


#68baaa Border Color

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

This div border color is #68baaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68baaa


Comments

No comments written yet.

Please login to write comment.