Color Hex Logo

#10daeb Color Hex

#10DAEB
(16,218,235)
0 Favorites   0 Comments

Color spaces of #10daeb

RGB 16218235
HSL0.510.870.49
HSV185°93°92°
CMYK 0.930.070.00   0.08
XYZ40.280556.251187.3318
Yxy56.25110.21910.3059
Hunter Lab75.0007-35.3846-16.5375
CIE-Lab79.7565-37.1754-20.7261

#10daeb color RGB value is (16,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 11011010 11101011
Octal 20 332 353
Decimal 16 218 235
Hex 10 DA EB

RGB Percentages of Color #10daeb

%3.41
%46.48
%50.11

CMYK Percentages of Color #10daeb

%93
%7
%0
%8

Triadic Colors of #10daeb

#10daeb #eb10da #daeb10

Analogous Colors of #10daeb

#10daeb #106deb #10eb8f

Monochromatic Colors of #10daeb

#10daeb

Complementary Color

#10daeb #eb2110

#10daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#10daeb Color CSS Codes

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

#10daeb Text Font Color

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

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


#10daeb Background Color

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

This div background color is #10daeb


#10daeb Border Color

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

This div border color is #10daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10daeb


Comments

No comments written yet.

Please login to write comment.