Color Hex Logo

#6babfb Color Hex

#6BABFB
(107,171,251)
0 Favorites   0 Comments

Color spaces of #6babfb

RGB 107171251
HSL0.590.950.70
HSV213°57°98°
CMYK 0.570.320.00   0.02
XYZ38.038939.216796.8315
Yxy39.21670.21850.2253
Hunter Lab62.6232-1.1654-47.8412
CIE-Lab68.90792.4855-45.9378

#6babfb color RGB value is (107,171,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101011 11111011
Octal 153 253 373
Decimal 107 171 251
Hex 6B AB FB

RGB Percentages of Color #6babfb

%20.23
%32.33
%47.45

CMYK Percentages of Color #6babfb

%57
%32
%0
%2

Triadic Colors of #6babfb

#6babfb #fb6bab #abfb6b

Analogous Colors of #6babfb

#6babfb #736bfb #6bf3fb

Monochromatic Colors of #6babfb

#6babfb

Complementary Color

#6babfb #fbbb6b

#6babfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6babfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6babfb Color CSS Codes

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

#6babfb Text Font Color

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

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


#6babfb Background Color

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

This div background color is #6babfb


#6babfb Border Color

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

This div border color is #6babfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6babfb


Comments

No comments written yet.

Please login to write comment.