Color Hex Logo

#10abad Color Hex

#10ABAD
(16,171,173)
0 Favorites   0 Comments

Color spaces of #10abad

RGB 16171173
HSL0.500.830.37
HSV181°91°68°
CMYK 0.910.010.00   0.32
XYZ22.319432.253144.5843
Yxy32.25310.22510.3253
Hunter Lab56.7918-29.2345-6.7912
CIE-Lab63.5515-34.4209-11.3573

#10abad color RGB value is (16,171,173).

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

The process color (four color CMYK) of #10abad color hex is 0.91, 0.01, 0.00, 0.32. Web safe color of #10abad is #009999. Color #10abad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10101011 10101101
Octal 20 253 255
Decimal 16 171 173
Hex 10 AB AD

RGB Percentages of Color #10abad

%4.44
%47.50
%48.06

CMYK Percentages of Color #10abad

%91
%1
%0
%32

Triadic Colors of #10abad

#10abad #ad10ab #abad10

Analogous Colors of #10abad

#10abad #105dad #10ad61

Monochromatic Colors of #10abad

#10abad

Complementary Color

#10abad #ad1210

#10abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#10abad Color CSS Codes

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

#10abad Text Font Color

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

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


#10abad Background Color

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

This div background color is #10abad


#10abad Border Color

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

This div border color is #10abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10abad


Comments

No comments written yet.

Please login to write comment.