Color Hex Logo

#13ddfb Color Hex

#13DDFB
(19,221,251)
0 Favorites   0 Comments

Color spaces of #13ddfb

RGB 19221251
HSL0.520.970.53
HSV188°92°98°
CMYK 0.920.120.00   0.02
XYZ43.537658.8164100.3248
Yxy58.81640.21480.2902
Hunter Lab76.6919-32.8771-23.8762
CIE-Lab81.1906-33.4950-27.0464

#13ddfb color RGB value is (19,221,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011101 11111011
Octal 23 335 373
Decimal 19 221 251
Hex 13 DD FB

RGB Percentages of Color #13ddfb

%3.87
%45.01
%51.12

CMYK Percentages of Color #13ddfb

%92
%12
%0
%2

Triadic Colors of #13ddfb

#13ddfb #fb13dd #ddfb13

Analogous Colors of #13ddfb

#13ddfb #1369fb #13fba5

Monochromatic Colors of #13ddfb

#13ddfb

Complementary Color

#13ddfb #fb3113

#13ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ddfb Color CSS Codes

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

#13ddfb Text Font Color

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

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


#13ddfb Background Color

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

This div background color is #13ddfb


#13ddfb Border Color

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

This div border color is #13ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ddfb


Comments

No comments written yet.

Please login to write comment.