Color Hex Logo

#67abad Color Hex

#67ABAD
(103,171,173)
0 Favorites   0 Comments

Color spaces of #67abad

RGB 103171173
HSL0.500.300.54
HSV182°40°68°
CMYK 0.400.010.00   0.32
XYZ27.699335.026544.8361
Yxy35.02650.25750.3256
Hunter Lab59.1832-20.0279-3.4888
CIE-Lab65.7693-20.9564-7.8126

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101011 10101101
Octal 147 253 255
Decimal 103 171 173
Hex 67 AB AD

RGB Percentages of Color #67abad

%23.04
%38.26
%38.70

CMYK Percentages of Color #67abad

%40
%1
%0
%32

Triadic Colors of #67abad

#67abad #ad67ab #abad67

Analogous Colors of #67abad

#67abad #6788ad #67ad8c

Monochromatic Colors of #67abad

#67abad

Complementary Color

#67abad #ad6967

#67abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#67abad Color CSS Codes

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

#67abad Text Font Color

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

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


#67abad Background Color

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

This div background color is #67abad


#67abad Border Color

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

This div border color is #67abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67abad


Comments

No comments written yet.

Please login to write comment.