Color Hex Logo

#10ccbc Color Hex

#10CCBC
(16,204,188)
0 Favorites   0 Comments

Color spaces of #10ccbc

RGB 16204188
HSL0.490.850.43
HSV175°92°80°
CMYK 0.920.000.08   0.20
XYZ30.883746.926755.0070
Yxy46.92670.23250.3533
Hunter Lab68.5031-39.40600.3431
CIE-Lab74.1429-44.8040-3.8691

#10ccbc color RGB value is (16,204,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 11001100 10111100
Octal 20 314 274
Decimal 16 204 188
Hex 10 CC BC

RGB Percentages of Color #10ccbc

%3.92
%50.00
%46.08

CMYK Percentages of Color #10ccbc

%92
%0
%8
%20

Triadic Colors of #10ccbc

#10ccbc #bc10cc #ccbc10

Analogous Colors of #10ccbc

#10ccbc #107ecc #10cc5e

Monochromatic Colors of #10ccbc

#10ccbc

Complementary Color

#10ccbc #cc1020

#10ccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10ccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#10ccbc Color CSS Codes

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

#10ccbc Text Font Color

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

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


#10ccbc Background Color

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

This div background color is #10ccbc


#10ccbc Border Color

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

This div border color is #10ccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10ccbc

#10ccbc Color Palettes


Comments

No comments written yet.

Please login to write comment.