Color Hex Logo

#67adad Color Hex

#67ADAD
(103,173,173)
0 Favorites   0 Comments

Color spaces of #67adad

RGB 103173173
HSL0.500.300.54
HSV180°40°68°
CMYK 0.400.000.00   0.32
XYZ28.079935.787844.9629
Yxy35.78780.25800.3288
Hunter Lab59.8229-20.9051-2.6863
CIE-Lab66.3575-21.9803-6.9387

#67adad color RGB value is (103,173,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101101 10101101
Octal 147 255 255
Decimal 103 173 173
Hex 67 AD AD

RGB Percentages of Color #67adad

%22.94
%38.53
%38.53

CMYK Percentages of Color #67adad

%40
%0
%0
%32

Triadic Colors of #67adad

#67adad #ad67ad #adad67

Analogous Colors of #67adad

#67adad #678aad #67ad8a

Monochromatic Colors of #67adad

#67adad

Complementary Color

#67adad #ad6767

#67adad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67adad Color Preview on White Background

Lorem ipsum dolor sit amet.

#67adad Color CSS Codes

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

#67adad Text Font Color

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

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


#67adad Background Color

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

This div background color is #67adad


#67adad Border Color

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

This div border color is #67adad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67adad


Comments

No comments written yet.

Please login to write comment.