Color Hex Logo

#13ceae Color Hex

#13CEAE
(19,206,174)
0 Favorites   0 Comments

Color spaces of #13ceae

RGB 19206174
HSL0.470.830.44
HSV170°91°81°
CMYK 0.910.000.16   0.19
XYZ29.979847.337147.6013
Yxy47.33710.24000.3789
Hunter Lab68.8020-42.62387.1410
CIE-Lab74.4049-49.32024.0782

#13ceae color RGB value is (19,206,174).

#13ceae hex color red value is 19, green value is 206 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #13ceae hue: 0.47 , saturation: 0.83 and the lightness value of 13ceae is 0.44.

The process color (four color CMYK) of #13ceae color hex is 0.91, 0.00, 0.16, 0.19. Web safe color of #13ceae is #00cc99. Color #13ceae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001110 10101110
Octal 23 316 256
Decimal 19 206 174
Hex 13 CE AE

RGB Percentages of Color #13ceae

%4.76
%51.63
%43.61

CMYK Percentages of Color #13ceae

%91
%0
%16
%19

Triadic Colors of #13ceae

#13ceae #ae13ce #ceae13

Analogous Colors of #13ceae

#13ceae #1391ce #13ce51

Monochromatic Colors of #13ceae

#13ceae

Complementary Color

#13ceae #ce1333

#13ceae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ceae Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ceae Color CSS Codes

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

#13ceae Text Font Color

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

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


#13ceae Background Color

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

This div background color is #13ceae


#13ceae Border Color

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

This div border color is #13ceae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ceae


Comments

No comments written yet.

Please login to write comment.