Color Hex Logo

#13deec Color Hex

#13DEEC
(19,222,236)
0 Favorites   0 Comments

Color spaces of #13deec

RGB 19222236
HSL0.510.850.50
HSV184°92°93°
CMYK 0.920.060.00   0.07
XYZ41.530258.437188.4475
Yxy58.43710.22040.3102
Hunter Lab76.4442-36.8027-15.0889
CIE-Lab80.9812-38.6097-19.4026

#13deec color RGB value is (19,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011110 11101100
Octal 23 336 354
Decimal 19 222 236
Hex 13 DE EC

RGB Percentages of Color #13deec

%3.98
%46.54
%49.48

CMYK Percentages of Color #13deec

%92
%6
%0
%7

Triadic Colors of #13deec

#13deec #ec13de #deec13

Analogous Colors of #13deec

#13deec #1372ec #13ec8e

Monochromatic Colors of #13deec

#13deec

Complementary Color

#13deec #ec2113

#13deec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13deec Color Preview on White Background

Lorem ipsum dolor sit amet.

#13deec Color CSS Codes

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

#13deec Text Font Color

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

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


#13deec Background Color

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

This div background color is #13deec


#13deec Border Color

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

This div border color is #13deec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13deec


Comments

No comments written yet.

Please login to write comment.