Color Hex Logo

#6babfa Color Hex

#6BABFA
(107,171,250)
0 Favorites   0 Comments

Color spaces of #6babfa

RGB 107171250
HSL0.590.930.70
HSV213°57°98°
CMYK 0.570.320.00   0.02
XYZ37.881639.153796.0033
Yxy39.15370.21890.2263
Hunter Lab62.5729-1.4388-47.1654
CIE-Lab68.86252.1730-45.4663

#6babfa color RGB value is (107,171,250).

#6babfa hex color red value is 107, green value is 171 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6babfa hue: 0.59 , saturation: 0.93 and the lightness value of 6babfa is 0.70.

The process color (four color CMYK) of #6babfa color hex is 0.57, 0.32, 0.00, 0.02. Web safe color of #6babfa is #6699ff. Color #6babfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101011 11111010
Octal 153 253 372
Decimal 107 171 250
Hex 6B AB FA

RGB Percentages of Color #6babfa

%20.27
%32.39
%47.35

CMYK Percentages of Color #6babfa

%57
%32
%0
%2

Triadic Colors of #6babfa

#6babfa #fa6bab #abfa6b

Analogous Colors of #6babfa

#6babfa #736bfa #6bf3fa

Monochromatic Colors of #6babfa

#6babfa

Complementary Color

#6babfa #faba6b

#6babfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6babfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6babfa Color CSS Codes

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

#6babfa Text Font Color

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

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


#6babfa Background Color

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

This div background color is #6babfa


#6babfa Border Color

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

This div border color is #6babfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,171,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 #6babfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6babfa


Comments

No comments written yet.

Please login to write comment.