Color Hex Logo

#13affb Color Hex

#13AFFB
(19,175,251)
0 Favorites   0 Comments

Color spaces of #13affb

RGB 19175251
HSL0.550.970.53
HSV200°92°98°
CMYK 0.920.300.00   0.02
XYZ33.011137.763496.8160
Yxy37.76340.19700.2253
Hunter Lab61.4519-11.6532-50.3936
CIE-Lab67.8459-9.9436-47.7587

#13affb color RGB value is (19,175,251).

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

The process color (four color CMYK) of #13affb color hex is 0.92, 0.30, 0.00, 0.02. Web safe color of #13affb is #0099ff. Color #13affb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101111 11111011
Octal 23 257 373
Decimal 19 175 251
Hex 13 AF FB

RGB Percentages of Color #13affb

%4.27
%39.33
%56.40

CMYK Percentages of Color #13affb

%92
%30
%0
%2

Triadic Colors of #13affb

#13affb #fb13af #affb13

Analogous Colors of #13affb

#13affb #133bfb #13fbd3

Monochromatic Colors of #13affb

#13affb

Complementary Color

#13affb #fb5f13

#13affb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13affb Color Preview on White Background

Lorem ipsum dolor sit amet.

#13affb Color CSS Codes

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

#13affb Text Font Color

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

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


#13affb Background Color

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

This div background color is #13affb


#13affb Border Color

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

This div border color is #13affb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13affb

Related Colors


Comments

No comments written yet.

Please login to write comment.