Color Hex Logo

#6aabce Color Hex

#6AABCE
(106,171,206)
0 Favorites   0 Comments

Color spaces of #6aabce

RGB 106171206
HSL0.560.510.61
HSV201°49°81°
CMYK 0.490.170.00   0.19
XYZ31.647336.646263.7980
Yxy36.64620.23960.2774
Hunter Lab60.5361-12.6213-20.1095
CIE-Lab67.0107-11.2521-24.2357

#6aabce color RGB value is (106,171,206).

#6aabce hex color red value is 106, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6aabce hue: 0.56 , saturation: 0.51 and the lightness value of 6aabce is 0.61.

The process color (four color CMYK) of #6aabce color hex is 0.49, 0.17, 0.00, 0.19. Web safe color of #6aabce is #6699cc. Color #6aabce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101011 11001110
Octal 152 253 316
Decimal 106 171 206
Hex 6A AB CE

RGB Percentages of Color #6aabce

%21.95
%35.40
%42.65

CMYK Percentages of Color #6aabce

%49
%17
%0
%19

Triadic Colors of #6aabce

#6aabce #ce6aab #abce6a

Analogous Colors of #6aabce

#6aabce #6a79ce #6acebf

Monochromatic Colors of #6aabce

#6aabce

Complementary Color

#6aabce #ce8d6a

#6aabce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aabce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aabce Color CSS Codes

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

#6aabce Text Font Color

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

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


#6aabce Background Color

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

This div background color is #6aabce


#6aabce Border Color

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

This div border color is #6aabce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aabce


Comments

No comments written yet.

Please login to write comment.