Color Hex Logo

#13ecee Color Hex

#13ECEE
(19,236,238)
0 Favorites   0 Comments

Color spaces of #13ecee

RGB 19236238
HSL0.500.870.50
HSV181°92°93°
CMYK 0.920.010.00   0.07
XYZ45.696666.302491.2781
Yxy66.30240.22480.3262
Hunter Lab81.4263-42.3214-9.4651
CIE-Lab85.1504-44.2948-14.1841

#13ecee color RGB value is (19,236,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101100 11101110
Octal 23 354 356
Decimal 19 236 238
Hex 13 EC EE

RGB Percentages of Color #13ecee

%3.85
%47.87
%48.28

CMYK Percentages of Color #13ecee

%92
%1
%0
%7

Triadic Colors of #13ecee

#13ecee #ee13ec #ecee13

Analogous Colors of #13ecee

#13ecee #137fee #13ee83

Monochromatic Colors of #13ecee

#13ecee

Complementary Color

#13ecee #ee1513

#13ecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ecee Color CSS Codes

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

#13ecee Text Font Color

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

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


#13ecee Background Color

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

This div background color is #13ecee


#13ecee Border Color

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

This div border color is #13ecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ecee


Comments

No comments written yet.

Please login to write comment.