Color Hex Logo

#13eefc Color Hex

#13EEFC
(19,238,252)
0 Favorites   0 Comments

Color spaces of #13eefc

RGB 19238252
HSL0.510.970.53
HSV184°92°99°
CMYK 0.920.060.00   0.01
XYZ48.413868.3158102.7301
Yxy68.31580.22060.3113
Hunter Lab82.6534-40.0879-15.8343
CIE-Lab86.1641-41.0494-20.0144

#13eefc color RGB value is (19,238,252).

#13eefc hex color red value is 19, green value is 238 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #13eefc hue: 0.51 , saturation: 0.97 and the lightness value of 13eefc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101110 11111100
Octal 23 356 374
Decimal 19 238 252
Hex 13 EE FC

RGB Percentages of Color #13eefc

%3.73
%46.76
%49.51

CMYK Percentages of Color #13eefc

%92
%6
%0
%1

Triadic Colors of #13eefc

#13eefc #fc13ee #eefc13

Analogous Colors of #13eefc

#13eefc #137afc #13fc96

Monochromatic Colors of #13eefc

#13eefc

Complementary Color

#13eefc #fc2113

#13eefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13eefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#13eefc Color CSS Codes

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

#13eefc Text Font Color

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

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


#13eefc Background Color

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

This div background color is #13eefc


#13eefc Border Color

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

This div border color is #13eefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13eefc


Comments

No comments written yet.

Please login to write comment.