Color Hex Logo

#67abae Color Hex

#67ABAE
(103,171,174)
0 Favorites   0 Comments

Color spaces of #67abae

RGB 103171174
HSL0.510.300.54
HSV183°41°68°
CMYK 0.410.020.00   0.32
XYZ27.796435.065445.3477
Yxy35.06540.25690.3241
Hunter Lab59.2160-19.8390-3.9531
CIE-Lab65.7996-20.7000-8.3243

#67abae color RGB value is (103,171,174).

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

The process color (four color CMYK) of #67abae color hex is 0.41, 0.02, 0.00, 0.32. Web safe color of #67abae is #669999. Color #67abae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101011 10101110
Octal 147 253 256
Decimal 103 171 174
Hex 67 AB AE

RGB Percentages of Color #67abae

%22.99
%38.17
%38.84

CMYK Percentages of Color #67abae

%41
%2
%0
%32

Triadic Colors of #67abae

#67abae #ae67ab #abae67

Analogous Colors of #67abae

#67abae #6788ae #67ae8e

Monochromatic Colors of #67abae

#67abae

Complementary Color

#67abae #ae6a67

#67abae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67abae Color Preview on White Background

Lorem ipsum dolor sit amet.

#67abae Color CSS Codes

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

#67abae Text Font Color

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

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


#67abae Background Color

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

This div background color is #67abae


#67abae Border Color

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

This div border color is #67abae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67abae


Comments

No comments written yet.

Please login to write comment.