Color Hex Logo

#6aadce Color Hex

#6AADCE
(106,173,206)
1 Favorites   0 Comments

Color spaces of #6aadce

RGB 106173206
HSL0.560.510.61
HSV200°49°81°
CMYK 0.490.160.00   0.19
XYZ32.028037.407563.9248
Yxy37.40750.24020.2805
Hunter Lab61.1617-13.5594-19.1554
CIE-Lab67.5816-12.3288-23.3622

#6aadce color RGB value is (106,173,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101101 11001110
Octal 152 255 316
Decimal 106 173 206
Hex 6A AD CE

RGB Percentages of Color #6aadce

%21.86
%35.67
%42.47

CMYK Percentages of Color #6aadce

%49
%16
%0
%19

Triadic Colors of #6aadce

#6aadce #ce6aad #adce6a

Analogous Colors of #6aadce

#6aadce #6a7bce #6acebd

Monochromatic Colors of #6aadce

#6aadce

Complementary Color

#6aadce #ce8b6a

#6aadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aadce Color CSS Codes

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

#6aadce Text Font Color

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

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


#6aadce Background Color

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

This div background color is #6aadce


#6aadce Border Color

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

This div border color is #6aadce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,173,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 #6aadce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aadce


Comments

No comments written yet.

Please login to write comment.