Color Hex Logo

#10caba Color Hex

#10CABA
(16,202,186)
0 Favorites   0 Comments

Color spaces of #10caba

RGB 16202186
HSL0.490.850.43
HSV175°92°79°
CMYK 0.920.000.08   0.21
XYZ30.197145.896453.7217
Yxy45.89640.23260.3536
Hunter Lab67.7469-38.99350.4072
CIE-Lab73.4783-44.5058-3.7645

#10caba color RGB value is (16,202,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 11001010 10111010
Octal 20 312 272
Decimal 16 202 186
Hex 10 CA BA

RGB Percentages of Color #10caba

%3.96
%50.00
%46.04

CMYK Percentages of Color #10caba

%92
%0
%8
%21

Triadic Colors of #10caba

#10caba #ba10ca #caba10

Analogous Colors of #10caba

#10caba #107dca #10ca5d

Monochromatic Colors of #10caba

#10caba

Complementary Color

#10caba #ca1020

#10caba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10caba Color Preview on White Background

Lorem ipsum dolor sit amet.

#10caba Color CSS Codes

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

#10caba Text Font Color

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

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


#10caba Background Color

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

This div background color is #10caba


#10caba Border Color

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

This div border color is #10caba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10caba


Comments

No comments written yet.

Please login to write comment.