Color Hex Logo

#13ebed Color Hex

#13EBED
(19,235,237)
0 Favorites   0 Comments

Color spaces of #13ebed

RGB 19235237
HSL0.500.860.50
HSV181°92°93°
CMYK 0.920.010.00   0.07
XYZ45.263065.669590.4106
Yxy65.66950.22480.3262
Hunter Lab81.0367-42.1132-9.4226
CIE-Lab84.8276-44.1459-14.1415

#13ebed color RGB value is (19,235,237).

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

The process color (four color CMYK) of #13ebed color hex is 0.92, 0.01, 0.00, 0.07. Web safe color of #13ebed is #00ffff. Color #13ebed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101011 11101101
Octal 23 353 355
Decimal 19 235 237
Hex 13 EB ED

RGB Percentages of Color #13ebed

%3.87
%47.86
%48.27

CMYK Percentages of Color #13ebed

%92
%1
%0
%7

Triadic Colors of #13ebed

#13ebed #ed13eb #ebed13

Analogous Colors of #13ebed

#13ebed #137eed #13ed82

Monochromatic Colors of #13ebed

#13ebed

Complementary Color

#13ebed #ed1513

#13ebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ebed Color CSS Codes

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

#13ebed Text Font Color

<p style="color:#13ebed">Text here</p>

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


#13ebed Background Color

<div style="background-color:#13ebed">
Div content here</div>

This div background color is #13ebed


#13ebed Border Color

<div style="border:3px solid #13ebed">
Div here</div>

This div border color is #13ebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ebed


Comments

No comments written yet.

Please login to write comment.