Color Hex Logo

#10ccae Color Hex

#10CCAE
(16,204,174)
0 Favorites   0 Comments

Color spaces of #10ccae

RGB 16204174
HSL0.470.850.43
HSV170°92°80°
CMYK 0.920.000.15   0.20
XYZ29.446546.351947.4392
Yxy46.35190.23890.3761
Hunter Lab68.0822-41.94026.3447
CIE-Lab73.7733-48.62813.1618

#10ccae color RGB value is (16,204,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 11001100 10101110
Octal 20 314 256
Decimal 16 204 174
Hex 10 CC AE

RGB Percentages of Color #10ccae

%4.06
%51.78
%44.16

CMYK Percentages of Color #10ccae

%92
%0
%15
%20

Triadic Colors of #10ccae

#10ccae #ae10cc #ccae10

Analogous Colors of #10ccae

#10ccae #108ccc #10cc50

Monochromatic Colors of #10ccae

#10ccae

Complementary Color

#10ccae #cc102e

#10ccae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10ccae Color Preview on White Background

Lorem ipsum dolor sit amet.

#10ccae Color CSS Codes

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

#10ccae Text Font Color

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

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


#10ccae Background Color

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

This div background color is #10ccae


#10ccae Border Color

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

This div border color is #10ccae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10ccae


Comments

No comments written yet.

Please login to write comment.