Color Hex Logo

#10caab Color Hex

#10CAAB
(16,202,171)
0 Favorites   0 Comments

Color spaces of #10caab

RGB 16202171
HSL0.470.850.43
HSV170°92°79°
CMYK 0.920.000.15   0.21
XYZ28.684945.291545.7584
Yxy45.29150.23960.3783
Hunter Lab67.2990-41.69106.7964
CIE-Lab73.0834-48.59683.7846

#10caab color RGB value is (16,202,171).

#10caab hex color red value is 16, green value is 202 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #10caab hue: 0.47 , saturation: 0.85 and the lightness value of 10caab is 0.43.

The process color (four color CMYK) of #10caab color hex is 0.92, 0.00, 0.15, 0.21. Web safe color of #10caab is #00cc99. Color #10caab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 11001010 10101011
Octal 20 312 253
Decimal 16 202 171
Hex 10 CA AB

RGB Percentages of Color #10caab

%4.11
%51.93
%43.96

CMYK Percentages of Color #10caab

%92
%0
%15
%21

Triadic Colors of #10caab

#10caab #ab10ca #caab10

Analogous Colors of #10caab

#10caab #108cca #10ca4e

Monochromatic Colors of #10caab

#10caab

Complementary Color

#10caab #ca102f

#10caab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10caab Color Preview on White Background

Lorem ipsum dolor sit amet.

#10caab Color CSS Codes

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

#10caab Text Font Color

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

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


#10caab Background Color

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

This div background color is #10caab


#10caab Border Color

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

This div border color is #10caab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10caab


Comments

No comments written yet.

Please login to write comment.