Color Hex Logo

#13ddfc Color Hex

#13DDFC
(19,221,252)
0 Favorites   0 Comments

Color spaces of #13ddfc

RGB 19221252
HSL0.520.970.53
HSV188°92°99°
CMYK 0.920.120.00   0.01
XYZ43.695758.8796101.1574
Yxy58.87960.21450.2890
Hunter Lab76.7330-32.6358-24.4491
CIE-Lab81.2254-33.1790-27.5233

#13ddfc color RGB value is (19,221,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011101 11111100
Octal 23 335 374
Decimal 19 221 252
Hex 13 DD FC

RGB Percentages of Color #13ddfc

%3.86
%44.92
%51.22

CMYK Percentages of Color #13ddfc

%92
%12
%0
%1

Triadic Colors of #13ddfc

#13ddfc #fc13dd #ddfc13

Analogous Colors of #13ddfc

#13ddfc #1369fc #13fca7

Monochromatic Colors of #13ddfc

#13ddfc

Complementary Color

#13ddfc #fc3213

#13ddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ddfc Color CSS Codes

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

#13ddfc Text Font Color

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

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


#13ddfc Background Color

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

This div background color is #13ddfc


#13ddfc Border Color

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

This div border color is #13ddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ddfc


Comments

No comments written yet.

Please login to write comment.