Color Hex Logo

#10a88f Color Hex

#10A88F
(16,168,143)
0 Favorites   0 Comments

Color spaces of #10a88f

RGB 16168143
HSL0.470.830.36
HSV170°90°66°
CMYK 0.900.000.15   0.34
XYZ19.174230.098630.7856
Yxy30.09860.23950.3760
Hunter Lab54.8622-33.62355.1333
CIE-Lab61.7392-41.83842.7650

#10a88f color RGB value is (16,168,143).

#10a88f hex color red value is 16, green value is 168 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #10a88f hue: 0.47 , saturation: 0.83 and the lightness value of 10a88f is 0.36.

The process color (four color CMYK) of #10a88f color hex is 0.90, 0.00, 0.15, 0.34. Web safe color of #10a88f is #009999. Color #10a88f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10101000 10001111
Octal 20 250 217
Decimal 16 168 143
Hex 10 A8 8F

RGB Percentages of Color #10a88f

%4.89
%51.38
%43.73

CMYK Percentages of Color #10a88f

%90
%0
%15
%34

Triadic Colors of #10a88f

#10a88f #8f10a8 #a88f10

Analogous Colors of #10a88f

#10a88f #1075a8 #10a843

Monochromatic Colors of #10a88f

#10a88f

Complementary Color

#10a88f #a81029

#10a88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10a88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#10a88f Color CSS Codes

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

#10a88f Text Font Color

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

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


#10a88f Background Color

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

This div background color is #10a88f


#10a88f Border Color

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

This div border color is #10a88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10a88f


Comments

No comments written yet.

Please login to write comment.