Color Hex Logo

#13fded Color Hex

#13FDED
(19,253,237)
0 Favorites   0 Comments

Color spaces of #13fded

RGB 19253237
HSL0.490.980.53
HSV176°92°99°
CMYK 0.920.000.06   0.01
XYZ50.679976.503492.2163
Yxy76.50340.23100.3487
Hunter Lab87.4662-49.6390-1.2835
CIE-Lab90.0926-51.8469-6.3071

#13fded color RGB value is (19,253,237).

#13fded hex color red value is 19, green value is 253 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #13fded hue: 0.49 , saturation: 0.98 and the lightness value of 13fded is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11111101 11101101
Octal 23 375 355
Decimal 19 253 237
Hex 13 FD ED

RGB Percentages of Color #13fded

%3.73
%49.71
%46.56

CMYK Percentages of Color #13fded

%92
%0
%6
%1

Triadic Colors of #13fded

#13fded #ed13fd #fded13

Analogous Colors of #13fded

#13fded #1398fd #13fd78

Monochromatic Colors of #13fded

#13fded

Complementary Color

#13fded #fd1323

#13fded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13fded Color Preview on White Background

Lorem ipsum dolor sit amet.

#13fded Color CSS Codes

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

#13fded Text Font Color

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

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


#13fded Background Color

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

This div background color is #13fded


#13fded Border Color

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

This div border color is #13fded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13fded


Comments

No comments written yet.

Please login to write comment.