Color Hex Logo

#6aabda Color Hex

#6AABDA
(106,171,218)
0 Favorites   0 Comments

Color spaces of #6aabda

RGB 106171218
HSL0.570.600.64
HSV205°51°85°
CMYK 0.510.220.00   0.15
XYZ33.161737.251971.7722
Yxy37.25190.23320.2620
Hunter Lab61.0343-9.8259-26.9969
CIE-Lab67.4656-7.7708-30.1524

#6aabda color RGB value is (106,171,218).

#6aabda hex color red value is 106, green value is 171 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6aabda hue: 0.57 , saturation: 0.60 and the lightness value of 6aabda is 0.64.

The process color (four color CMYK) of #6aabda color hex is 0.51, 0.22, 0.00, 0.15. Web safe color of #6aabda is #6699cc. Color #6aabda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101011 11011010
Octal 152 253 332
Decimal 106 171 218
Hex 6A AB DA

RGB Percentages of Color #6aabda

%21.41
%34.55
%44.04

CMYK Percentages of Color #6aabda

%51
%22
%0
%15

Triadic Colors of #6aabda

#6aabda #da6aab #abda6a

Analogous Colors of #6aabda

#6aabda #6a73da #6adad1

Monochromatic Colors of #6aabda

#6aabda

Complementary Color

#6aabda #da996a

#6aabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aabda Color CSS Codes

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

#6aabda Text Font Color

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

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


#6aabda Background Color

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

This div background color is #6aabda


#6aabda Border Color

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

This div border color is #6aabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aabda


Comments

No comments written yet.

Please login to write comment.