Color Hex Logo

#6abdf6 Color Hex

#6ABDF6
(106,189,246)
0 Favorites   0 Comments

Color spaces of #6abdf6

RGB 106189246
HSL0.570.890.69
HSV204°57°96°
CMYK 0.570.230.00   0.04
XYZ40.776046.113293.9404
Yxy46.11320.22550.2550
Hunter Lab67.9067-11.6527-34.4856
CIE-Lab73.6189-9.1866-35.8819

#6abdf6 color RGB value is (106,189,246).

#6abdf6 hex color red value is 106, green value is 189 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #6abdf6 hue: 0.57 , saturation: 0.89 and the lightness value of 6abdf6 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111101 11110110
Octal 152 275 366
Decimal 106 189 246
Hex 6A BD F6

RGB Percentages of Color #6abdf6

%19.59
%34.94
%45.47

CMYK Percentages of Color #6abdf6

%57
%23
%0
%4

Triadic Colors of #6abdf6

#6abdf6 #f66abd #bdf66a

Analogous Colors of #6abdf6

#6abdf6 #6a77f6 #6af6e9

Monochromatic Colors of #6abdf6

#6abdf6

Complementary Color

#6abdf6 #f6a36a

#6abdf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abdf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abdf6 Color CSS Codes

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

#6abdf6 Text Font Color

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

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


#6abdf6 Background Color

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

This div background color is #6abdf6


#6abdf6 Border Color

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

This div border color is #6abdf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abdf6


Comments

No comments written yet.

Please login to write comment.