Color Hex Logo

#13eaed Color Hex

#13EAED
(19,234,237)
0 Favorites   0 Comments

Color spaces of #13eaed

RGB 19234237
HSL0.500.860.50
HSV181°92°93°
CMYK 0.920.010.00   0.07
XYZ44.977465.098590.3155
Yxy65.09850.22440.3249
Hunter Lab80.6836-41.6909-9.8894
CIE-Lab84.5345-43.7056-14.5808

#13eaed color RGB value is (19,234,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101010 11101101
Octal 23 352 355
Decimal 19 234 237
Hex 13 EA ED

RGB Percentages of Color #13eaed

%3.88
%47.76
%48.37

CMYK Percentages of Color #13eaed

%92
%1
%0
%7

Triadic Colors of #13eaed

#13eaed #ed13ea #eaed13

Analogous Colors of #13eaed

#13eaed #137ded #13ed83

Monochromatic Colors of #13eaed

#13eaed

Complementary Color

#13eaed #ed1613

#13eaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13eaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#13eaed Color CSS Codes

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

#13eaed Text Font Color

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

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


#13eaed Background Color

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

This div background color is #13eaed


#13eaed Border Color

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

This div border color is #13eaed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,234,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 #13eaed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13eaed


Comments

No comments written yet.

Please login to write comment.