Color Hex Logo

#10dfba Color Hex

#10DFBA
(16,223,186)
0 Favorites   0 Comments

Color spaces of #10dfba

RGB 16223186
HSL0.470.870.47
HSV169°93°87°
CMYK 0.930.000.17   0.13
XYZ35.464356.430755.4774
Yxy56.43070.24060.3829
Hunter Lab75.1204-47.19098.7978
CIE-Lab79.8583-53.22235.5324

#10dfba color RGB value is (16,223,186).

#10dfba hex color red value is 16, green value is 223 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #10dfba hue: 0.47 , saturation: 0.87 and the lightness value of 10dfba is 0.47.

The process color (four color CMYK) of #10dfba color hex is 0.93, 0.00, 0.17, 0.13. Web safe color of #10dfba is #00cccc. Color #10dfba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 11011111 10111010
Octal 20 337 272
Decimal 16 223 186
Hex 10 DF BA

RGB Percentages of Color #10dfba

%3.76
%52.47
%43.76

CMYK Percentages of Color #10dfba

%93
%0
%17
%13

Triadic Colors of #10dfba

#10dfba #ba10df #dfba10

Analogous Colors of #10dfba

#10dfba #109ddf #10df53

Monochromatic Colors of #10dfba

#10dfba

Complementary Color

#10dfba #df1035

#10dfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10dfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#10dfba Color CSS Codes

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

#10dfba Text Font Color

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

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


#10dfba Background Color

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

This div background color is #10dfba


#10dfba Border Color

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

This div border color is #10dfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10dfba


Comments

No comments written yet.

Please login to write comment.