Color Hex Logo

#13dfee Color Hex

#13DFEE
(19,223,238)
0 Favorites   0 Comments

Color spaces of #13dfee

RGB 19223238
HSL0.510.870.50
HSV184°92°93°
CMYK 0.920.060.00   0.07
XYZ42.088959.086890.0755
Yxy59.08680.22010.3089
Hunter Lab76.8679-36.7815-15.6697
CIE-Lab81.3393-38.4593-19.9232

#13dfee color RGB value is (19,223,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011111 11101110
Octal 23 337 356
Decimal 19 223 238
Hex 13 DF EE

RGB Percentages of Color #13dfee

%3.96
%46.46
%49.58

CMYK Percentages of Color #13dfee

%92
%6
%0
%7

Triadic Colors of #13dfee

#13dfee #ee13df #dfee13

Analogous Colors of #13dfee

#13dfee #1372ee #13ee90

Monochromatic Colors of #13dfee

#13dfee

Complementary Color

#13dfee #ee2213

#13dfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13dfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#13dfee Color CSS Codes

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

#13dfee Text Font Color

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

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


#13dfee Background Color

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

This div background color is #13dfee


#13dfee Border Color

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

This div border color is #13dfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13dfee


Comments

No comments written yet.

Please login to write comment.