Color Hex Logo

#6aabca Color Hex

#6AABCA
(106,171,202)
0 Favorites   0 Comments

Color spaces of #6aabca

RGB 106171202
HSL0.550.480.60
HSV199°48°79°
CMYK 0.480.150.00   0.21
XYZ31.167436.454361.2708
Yxy36.45430.24180.2828
Hunter Lab60.3774-13.5170-17.9031
CIE-Lab66.8656-12.3871-22.2463

#6aabca color RGB value is (106,171,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101011 11001010
Octal 152 253 312
Decimal 106 171 202
Hex 6A AB CA

RGB Percentages of Color #6aabca

%22.13
%35.70
%42.17

CMYK Percentages of Color #6aabca

%48
%15
%0
%21

Triadic Colors of #6aabca

#6aabca #ca6aab #abca6a

Analogous Colors of #6aabca

#6aabca #6a7bca #6acab9

Monochromatic Colors of #6aabca

#6aabca

Complementary Color

#6aabca #ca896a

#6aabca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aabca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aabca Color CSS Codes

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

#6aabca Text Font Color

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

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


#6aabca Background Color

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

This div background color is #6aabca


#6aabca Border Color

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

This div border color is #6aabca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aabca


Comments

No comments written yet.

Please login to write comment.