Color Hex Logo

#10dbef Color Hex

#10DBEF
(16,219,239)
0 Favorites   0 Comments

Color spaces of #10dbef

RGB 16219239
HSL0.510.870.50
HSV185°93°94°
CMYK 0.930.080.00   0.06
XYZ41.125257.005290.4969
Yxy57.00520.21800.3022
Hunter Lab75.5018-34.9007-18.2141
CIE-Lab80.1825-36.4045-22.2099

#10dbef color RGB value is (16,219,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 11011011 11101111
Octal 20 333 357
Decimal 16 219 239
Hex 10 DB EF

RGB Percentages of Color #10dbef

%3.38
%46.20
%50.42

CMYK Percentages of Color #10dbef

%93
%8
%0
%6

Triadic Colors of #10dbef

#10dbef #ef10db #dbef10

Analogous Colors of #10dbef

#10dbef #106cef #10ef94

Monochromatic Colors of #10dbef

#10dbef

Complementary Color

#10dbef #ef2410

#10dbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10dbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#10dbef Color CSS Codes

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

#10dbef Text Font Color

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

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


#10dbef Background Color

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

This div background color is #10dbef


#10dbef Border Color

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

This div border color is #10dbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10dbef


Comments

No comments written yet.

Please login to write comment.