Color Hex Logo

#6adbfa Color Hex

#6ADBFA
(106,219,250)
0 Favorites   0 Comments

Color spaces of #6adbfa

RGB 106219250
HSL0.540.940.70
HSV193°58°98°
CMYK 0.580.120.00   0.02
XYZ48.530760.629399.5873
Yxy60.62930.23250.2904
Hunter Lab77.8648-25.0100-21.3252
CIE-Lab82.1791-23.5513-24.8641

#6adbfa color RGB value is (106,219,250).

#6adbfa hex color red value is 106, green value is 219 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6adbfa hue: 0.54 , saturation: 0.94 and the lightness value of 6adbfa is 0.70.

The process color (four color CMYK) of #6adbfa color hex is 0.58, 0.12, 0.00, 0.02. Web safe color of #6adbfa is #66ccff. Color #6adbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011011 11111010
Octal 152 333 372
Decimal 106 219 250
Hex 6A DB FA

RGB Percentages of Color #6adbfa

%18.43
%38.09
%43.48

CMYK Percentages of Color #6adbfa

%58
%12
%0
%2

Triadic Colors of #6adbfa

#6adbfa #fa6adb #dbfa6a

Analogous Colors of #6adbfa

#6adbfa #6a93fa #6afad1

Monochromatic Colors of #6adbfa

#6adbfa

Complementary Color

#6adbfa #fa896a

#6adbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adbfa Color CSS Codes

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

#6adbfa Text Font Color

<p style="color:#6adbfa">Text here</p>

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


#6adbfa Background Color

<div style="background-color:#6adbfa">
Div content here</div>

This div background color is #6adbfa


#6adbfa Border Color

<div style="border:3px solid #6adbfa">
Div here</div>

This div border color is #6adbfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,219,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6adbfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6adbfa;
  -webkit-box-shadow: 1px 1px 3px 2px #6adbfa;
  box-shadow:         1px 1px 3px 2px #6adbfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adbfa


Comments

No comments written yet.

Please login to write comment.