Color Hex Logo

#10dbea Color Hex

#10DBEA
(16,219,234)
0 Favorites   0 Comments

Color spaces of #10dbea

RGB 16219234
HSL0.510.870.49
HSV184°93°92°
CMYK 0.930.060.00   0.08
XYZ40.396556.713786.6596
Yxy56.71370.21980.3086
Hunter Lab75.3085-36.0401-15.5107
CIE-Lab80.0183-37.9436-19.7968

#10dbea color RGB value is (16,219,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 11011011 11101010
Octal 20 333 352
Decimal 16 219 234
Hex 10 DB EA

RGB Percentages of Color #10dbea

%3.41
%46.70
%49.89

CMYK Percentages of Color #10dbea

%93
%6
%0
%8

Triadic Colors of #10dbea

#10dbea #ea10db #dbea10

Analogous Colors of #10dbea

#10dbea #106eea #10ea8c

Monochromatic Colors of #10dbea

#10dbea

Complementary Color

#10dbea #ea1f10

#10dbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10dbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#10dbea Color CSS Codes

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

#10dbea Text Font Color

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

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


#10dbea Background Color

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

This div background color is #10dbea


#10dbea Border Color

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

This div border color is #10dbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10dbea


Comments

No comments written yet.

Please login to write comment.