Color Hex Logo

#13ebec Color Hex

#13EBEC
(19,235,236)
0 Favorites   0 Comments

Color spaces of #13ebec

RGB 19235236
HSL0.500.850.50
HSV180°92°93°
CMYK 0.920.000.00   0.07
XYZ45.117265.611289.6432
Yxy65.61120.22520.3274
Hunter Lab81.0007-42.3273-8.9155
CIE-Lab84.7977-44.4370-13.6595

#13ebec color RGB value is (19,235,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101011 11101100
Octal 23 353 354
Decimal 19 235 236
Hex 13 EB EC

RGB Percentages of Color #13ebec

%3.88
%47.96
%48.16

CMYK Percentages of Color #13ebec

%92
%0
%0
%7

Triadic Colors of #13ebec

#13ebec #ec13eb #ebec13

Analogous Colors of #13ebec

#13ebec #137fec #13ec81

Monochromatic Colors of #13ebec

#13ebec

Complementary Color

#13ebec #ec1413

#13ebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ebec Color CSS Codes

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

#13ebec Text Font Color

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

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


#13ebec Background Color

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

This div background color is #13ebec


#13ebec Border Color

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

This div border color is #13ebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ebec


Comments

No comments written yet.

Please login to write comment.