Color Hex Logo

#10eddd Color Hex

#10EDDD
(16,237,221)
0 Favorites   0 Comments

Color spaces of #10eddd

RGB 16237221
HSL0.490.870.50
HSV176°93°93°
CMYK 0.930.000.07   0.07
XYZ43.549065.899078.8311
Yxy65.89900.23130.3500
Hunter Lab81.1782-46.3034-0.7510
CIE-Lab84.9449-49.6437-5.5445

#10eddd color RGB value is (16,237,221).

#10eddd hex color red value is 16, green value is 237 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #10eddd hue: 0.49 , saturation: 0.87 and the lightness value of 10eddd is 0.50.

The process color (four color CMYK) of #10eddd color hex is 0.93, 0.00, 0.07, 0.07. Web safe color of #10eddd is #00ffcc. Color #10eddd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 11101101 11011101
Octal 20 355 335
Decimal 16 237 221
Hex 10 ED DD

RGB Percentages of Color #10eddd

%3.38
%50.00
%46.62

CMYK Percentages of Color #10eddd

%93
%0
%7
%7

Triadic Colors of #10eddd

#10eddd #dd10ed #eddd10

Analogous Colors of #10eddd

#10eddd #108fed #10ed6f

Monochromatic Colors of #10eddd

#10eddd

Complementary Color

#10eddd #ed1020

#10eddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10eddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#10eddd Color CSS Codes

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

#10eddd Text Font Color

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

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


#10eddd Background Color

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

This div background color is #10eddd


#10eddd Border Color

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

This div border color is #10eddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10eddd


Comments

No comments written yet.

Please login to write comment.