Color Hex Logo

#10cbaa Color Hex

#10CBAA
(16,203,170)
0 Favorites   0 Comments

Color spaces of #10cbaa

RGB 16203170
HSL0.470.850.43
HSV169°92°80°
CMYK 0.920.000.16   0.20
XYZ28.825345.724345.3366
Yxy45.72430.24040.3814
Hunter Lab67.6197-42.24267.5820
CIE-Lab73.3663-49.26974.7340

#10cbaa color RGB value is (16,203,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 11001011 10101010
Octal 20 313 252
Decimal 16 203 170
Hex 10 CB AA

RGB Percentages of Color #10cbaa

%4.11
%52.19
%43.70

CMYK Percentages of Color #10cbaa

%92
%0
%16
%20

Triadic Colors of #10cbaa

#10cbaa #aa10cb #cbaa10

Analogous Colors of #10cbaa

#10cbaa #108fcb #10cb4d

Monochromatic Colors of #10cbaa

#10cbaa

Complementary Color

#10cbaa #cb1031

#10cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#10cbaa Color CSS Codes

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

#10cbaa Text Font Color

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

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


#10cbaa Background Color

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

This div background color is #10cbaa


#10cbaa Border Color

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

This div border color is #10cbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10cbaa


Comments

No comments written yet.

Please login to write comment.