Color Hex Logo

#6abbf9 Color Hex

#6ABBF9
(106,187,249)
0 Favorites   0 Comments

Color spaces of #6abbf9

RGB 106187249
HSL0.570.920.70
HSV206°57°98°
CMYK 0.570.250.00   0.02
XYZ40.813145.444496.2431
Yxy45.44440.22360.2490
Hunter Lab67.4125-9.9037-37.4581
CIE-Lab73.1836-7.1956-38.1757

#6abbf9 color RGB value is (106,187,249).

#6abbf9 hex color red value is 106, green value is 187 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #6abbf9 hue: 0.57 , saturation: 0.92 and the lightness value of 6abbf9 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111011 11111001
Octal 152 273 371
Decimal 106 187 249
Hex 6A BB F9

RGB Percentages of Color #6abbf9

%19.56
%34.50
%45.94

CMYK Percentages of Color #6abbf9

%57
%25
%0
%2

Triadic Colors of #6abbf9

#6abbf9 #f96abb #bbf96a

Analogous Colors of #6abbf9

#6abbf9 #6a74f9 #6af9f0

Monochromatic Colors of #6abbf9

#6abbf9

Complementary Color

#6abbf9 #f9a86a

#6abbf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abbf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abbf9 Color CSS Codes

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

#6abbf9 Text Font Color

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

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


#6abbf9 Background Color

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

This div background color is #6abbf9


#6abbf9 Border Color

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

This div border color is #6abbf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abbf9


Comments

No comments written yet.

Please login to write comment.