Color Hex Logo

#10d2ec Color Hex

#10D2EC
(16,210,236)
0 Favorites   0 Comments

Color spaces of #10d2ec

RGB 16210236
HSL0.520.870.49
HSV187°93°93°
CMYK 0.930.110.00   0.07
XYZ38.400652.259587.4200
Yxy52.25950.21560.2935
Hunter Lab72.2907-31.6902-21.0949
CIE-Lab77.4357-33.1080-24.7900

#10d2ec color RGB value is (16,210,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 11010010 11101100
Octal 20 322 354
Decimal 16 210 236
Hex 10 D2 EC

RGB Percentages of Color #10d2ec

%3.46
%45.45
%51.08

CMYK Percentages of Color #10d2ec

%93
%11
%0
%7

Triadic Colors of #10d2ec

#10d2ec #ec10d2 #d2ec10

Analogous Colors of #10d2ec

#10d2ec #1064ec #10ec98

Monochromatic Colors of #10d2ec

#10d2ec

Complementary Color

#10d2ec #ec2a10

#10d2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10d2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#10d2ec Color CSS Codes

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

#10d2ec Text Font Color

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

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


#10d2ec Background Color

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

This div background color is #10d2ec


#10d2ec Border Color

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

This div border color is #10d2ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10d2ec


Comments

No comments written yet.

Please login to write comment.