Color Hex Logo

#10dbae Color Hex

#10DBAE
(16,219,174)
0 Favorites   0 Comments

Color spaces of #10dbae

RGB 16219174
HSL0.460.860.46
HSV167°93°86°
CMYK 0.930.000.21   0.14
XYZ33.185253.829248.6854
Yxy53.82920.24450.3967
Hunter Lab73.3684-47.657512.0145
CIE-Lab78.3620-54.65519.7572

#10dbae color RGB value is (16,219,174).

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

The process color (four color CMYK) of #10dbae color hex is 0.93, 0.00, 0.21, 0.14. Web safe color of #10dbae is #00cc99. Color #10dbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 11011011 10101110
Octal 20 333 256
Decimal 16 219 174
Hex 10 DB AE

RGB Percentages of Color #10dbae

%3.91
%53.55
%42.54

CMYK Percentages of Color #10dbae

%93
%0
%21
%14

Triadic Colors of #10dbae

#10dbae #ae10db #dbae10

Analogous Colors of #10dbae

#10dbae #10a3db #10db49

Monochromatic Colors of #10dbae

#10dbae

Complementary Color

#10dbae #db103d

#10dbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10dbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#10dbae Color CSS Codes

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

#10dbae Text Font Color

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

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


#10dbae Background Color

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

This div background color is #10dbae


#10dbae Border Color

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

This div border color is #10dbae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,219,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 #10dbae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10dbae


Comments

No comments written yet.

Please login to write comment.