Color Hex Logo

#1fa6db Color Hex

#1FA6DB
(31,166,219)
0 Favorites   0 Comments

Color spaces of #1fa6db

RGB 31166219
HSL0.550.750.49
HSV197°86°86°
CMYK 0.860.240.00   0.14
XYZ26.987532.678271.9030
Yxy32.67820.20510.2484
Hunter Lab57.1648-15.7687-34.5607
CIE-Lab63.8995-15.7612-36.4065

#1fa6db color RGB value is (31,166,219).

#1fa6db hex color red value is 31, green value is 166 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1fa6db hue: 0.55 , saturation: 0.75 and the lightness value of 1fa6db is 0.49.

The process color (four color CMYK) of #1fa6db color hex is 0.86, 0.24, 0.00, 0.14. Web safe color of #1fa6db is #3399cc. Color #1fa6db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 10100110 11011011
Octal 37 246 333
Decimal 31 166 219
Hex 1F A6 DB

RGB Percentages of Color #1fa6db

%7.45
%39.90
%52.64

CMYK Percentages of Color #1fa6db

%86
%24
%0
%14

Triadic Colors of #1fa6db

#1fa6db #db1fa6 #a6db1f

Analogous Colors of #1fa6db

#1fa6db #1f48db #1fdbb2

Monochromatic Colors of #1fa6db

#1fa6db

Complementary Color

#1fa6db #db541f

#1fa6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1fa6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1fa6db Color CSS Codes

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

#1fa6db Text Font Color

<p style="color:#1fa6db">Text here</p>

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


#1fa6db Background Color

<div style="background-color:#1fa6db">
Div content here</div>

This div background color is #1fa6db


#1fa6db Border Color

<div style="border:3px solid #1fa6db">
Div here</div>

This div border color is #1fa6db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(31,166,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1fa6db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1fa6db;
  -webkit-box-shadow: 1px 1px 3px 2px #1fa6db;
  box-shadow:         1px 1px 3px 2px #1fa6db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,166,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1fa6db


Comments

No comments written yet.

Please login to write comment.