Color Hex Logo

#10ccda Color Hex

#10CCDA
(16,204,218)
0 Favorites   0 Comments

Color spaces of #10ccda

RGB 16204218
HSL0.510.860.46
HSV184°93°85°
CMYK 0.930.060.00   0.15
XYZ34.461448.357873.8474
Yxy48.35780.22000.3087
Hunter Lab69.5398-33.2364-14.2849
CIE-Lab75.0500-35.9226-18.7374

#10ccda color RGB value is (16,204,218).

#10ccda hex color red value is 16, green value is 204 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #10ccda hue: 0.51 , saturation: 0.86 and the lightness value of 10ccda is 0.46.

The process color (four color CMYK) of #10ccda color hex is 0.93, 0.06, 0.00, 0.15. Web safe color of #10ccda is #00cccc. Color #10ccda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 11001100 11011010
Octal 20 314 332
Decimal 16 204 218
Hex 10 CC DA

RGB Percentages of Color #10ccda

%3.65
%46.58
%49.77

CMYK Percentages of Color #10ccda

%93
%6
%0
%15

Triadic Colors of #10ccda

#10ccda #da10cc #ccda10

Analogous Colors of #10ccda

#10ccda #1067da #10da83

Monochromatic Colors of #10ccda

#10ccda

Complementary Color

#10ccda #da1e10

#10ccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10ccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#10ccda Color CSS Codes

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

#10ccda Text Font Color

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

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


#10ccda Background Color

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

This div background color is #10ccda


#10ccda Border Color

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

This div border color is #10ccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10ccda


Comments

No comments written yet.

Please login to write comment.