Color Hex Logo

#67abaa Color Hex

#67ABAA
(103,171,170)
0 Favorites   0 Comments

Color spaces of #67abaa

RGB 103171170
HSL0.500.290.54
HSV179°40°67°
CMYK 0.400.000.01   0.33
XYZ27.412134.911743.3241
Yxy34.91170.25950.3305
Hunter Lab59.0861-20.5884-2.1133
CIE-Lab65.6799-21.7207-6.2751

#67abaa color RGB value is (103,171,170).

#67abaa hex color red value is 103, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #67abaa hue: 0.50 , saturation: 0.29 and the lightness value of 67abaa is 0.54.

The process color (four color CMYK) of #67abaa color hex is 0.40, 0.00, 0.01, 0.33. Web safe color of #67abaa is #669999. Color #67abaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101011 10101010
Octal 147 253 252
Decimal 103 171 170
Hex 67 AB AA

RGB Percentages of Color #67abaa

%23.20
%38.51
%38.29

CMYK Percentages of Color #67abaa

%40
%0
%1
%33

Triadic Colors of #67abaa

#67abaa #aa67ab #abaa67

Analogous Colors of #67abaa

#67abaa #678aab #67ab88

Monochromatic Colors of #67abaa

#67abaa

Complementary Color

#67abaa #ab6768

#67abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#67abaa Color CSS Codes

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

#67abaa Text Font Color

<p style="color:#67abaa">Text here</p>

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


#67abaa Background Color

<div style="background-color:#67abaa">
Div content here</div>

This div background color is #67abaa


#67abaa Border Color

<div style="border:3px solid #67abaa">
Div here</div>

This div border color is #67abaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,171,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67abaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67abaa;
  -webkit-box-shadow: 1px 1px 3px 2px #67abaa;
  box-shadow:         1px 1px 3px 2px #67abaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,171,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 #67abaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67abaa


Comments

No comments written yet.

Please login to write comment.