Color Hex Logo

#13fedf Color Hex

#13FEDF
(19,254,223)
0 Favorites   0 Comments

Color spaces of #13fedf

RGB 19254223
HSL0.480.990.54
HSV172°93°100°
CMYK 0.930.000.12   0.00
XYZ49.029776.349881.9649
Yxy76.34980.23650.3682
Hunter Lab87.3784-52.75235.5481
CIE-Lab90.0215-55.98990.8594

#13fedf color RGB value is (19,254,223).

#13fedf hex color red value is 19, green value is 254 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #13fedf hue: 0.48 , saturation: 0.99 and the lightness value of 13fedf is 0.54.

The process color (four color CMYK) of #13fedf color hex is 0.93, 0.00, 0.12, 0.00. Web safe color of #13fedf is #00ffcc. Color #13fedf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11111110 11011111
Octal 23 376 337
Decimal 19 254 223
Hex 13 FE DF

RGB Percentages of Color #13fedf

%3.83
%51.21
%44.96

CMYK Percentages of Color #13fedf

%93
%0
%12
%0

Triadic Colors of #13fedf

#13fedf #df13fe #fedf13

Analogous Colors of #13fedf

#13fedf #13a8fe #13fe6a

Monochromatic Colors of #13fedf

#13fedf

Complementary Color

#13fedf #fe1332

#13fedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13fedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#13fedf Color CSS Codes

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

#13fedf Text Font Color

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

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


#13fedf Background Color

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

This div background color is #13fedf


#13fedf Border Color

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

This div border color is #13fedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13fedf


Comments

No comments written yet.

Please login to write comment.