Color Hex Logo

#13efec Color Hex

#13EFEC
(19,239,236)
0 Favorites   0 Comments

Color spaces of #13efec

RGB 19239236
HSL0.500.870.51
HSV179°92°94°
CMYK 0.920.000.01   0.06
XYZ46.275467.927690.0292
Yxy67.92760.22660.3326
Hunter Lab82.4182-44.0093-7.0725
CIE-Lab85.9702-46.1816-11.9066

#13efec color RGB value is (19,239,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101111 11101100
Octal 23 357 354
Decimal 19 239 236
Hex 13 EF EC

RGB Percentages of Color #13efec

%3.85
%48.38
%47.77

CMYK Percentages of Color #13efec

%92
%0
%1
%6

Triadic Colors of #13efec

#13efec #ec13ef #efec13

Analogous Colors of #13efec

#13efec #1384ef #13ef7e

Monochromatic Colors of #13efec

#13efec

Complementary Color

#13efec #ef1316

#13efec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13efec Color Preview on White Background

Lorem ipsum dolor sit amet.

#13efec Color CSS Codes

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

#13efec Text Font Color

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

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


#13efec Background Color

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

This div background color is #13efec


#13efec Border Color

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

This div border color is #13efec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13efec


Comments

No comments written yet.

Please login to write comment.