Color Hex Logo

#10eef1 Color Hex

#10EEF1
(16,238,241)
0 Favorites   0 Comments

Color spaces of #10eef1

RGB 16238241
HSL0.500.890.50
HSV181°93°95°
CMYK 0.930.010.00   0.05
XYZ46.665467.610193.8096
Yxy67.61010.22430.3249
Hunter Lab82.2254-42.5902-10.0853
CIE-Lab85.8111-44.3938-14.7725

#10eef1 color RGB value is (16,238,241).

#10eef1 hex color red value is 16, green value is 238 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #10eef1 hue: 0.50 , saturation: 0.89 and the lightness value of 10eef1 is 0.50.

The process color (four color CMYK) of #10eef1 color hex is 0.93, 0.01, 0.00, 0.05. Web safe color of #10eef1 is #00ffff. Color #10eef1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 11101110 11110001
Octal 20 356 361
Decimal 16 238 241
Hex 10 EE F1

RGB Percentages of Color #10eef1

%3.23
%48.08
%48.69

CMYK Percentages of Color #10eef1

%93
%1
%0
%5

Triadic Colors of #10eef1

#10eef1 #f110ee #eef110

Analogous Colors of #10eef1

#10eef1 #107ef1 #10f184

Monochromatic Colors of #10eef1

#10eef1

Complementary Color

#10eef1 #f11310

#10eef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10eef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#10eef1 Color CSS Codes

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

#10eef1 Text Font Color

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

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


#10eef1 Background Color

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

This div background color is #10eef1


#10eef1 Border Color

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

This div border color is #10eef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10eef1

Related Colors


Comments

No comments written yet.

Please login to write comment.