Color Hex Logo

#10edeb Color Hex

#10EDEB
(16,237,235)
0 Favorites   0 Comments

Color spaces of #10edeb

RGB 16237235
HSL0.500.870.50
HSV179°93°93°
CMYK 0.930.000.01   0.07
XYZ45.493366.676789.0694
Yxy66.67670.22610.3313
Hunter Lab81.6558-43.4491-7.5139
CIE-Lab85.3404-45.6955-12.3230

#10edeb color RGB value is (16,237,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 11101101 11101011
Octal 20 355 353
Decimal 16 237 235
Hex 10 ED EB

RGB Percentages of Color #10edeb

%3.28
%48.57
%48.16

CMYK Percentages of Color #10edeb

%93
%0
%1
%7

Triadic Colors of #10edeb

#10edeb #eb10ed #edeb10

Analogous Colors of #10edeb

#10edeb #1081ed #10ed7d

Monochromatic Colors of #10edeb

#10edeb

Complementary Color

#10edeb #ed1012

#10edeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10edeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#10edeb Color CSS Codes

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

#10edeb Text Font Color

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

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


#10edeb Background Color

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

This div background color is #10edeb


#10edeb Border Color

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

This div border color is #10edeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,237,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 #10edeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10edeb


Comments

No comments written yet.

Please login to write comment.