Color Hex Logo

#6aadde Color Hex

#6AADDE
(106,173,222)
0 Favorites   0 Comments

Color spaces of #6aadde

RGB 106173222
HSL0.570.640.64
HSV205°52°87°
CMYK 0.520.220.00   0.13
XYZ34.072238.225274.6897
Yxy38.22520.23180.2601
Hunter Lab61.8265-9.8262-28.3469
CIE-Lab68.1863-7.6847-31.2370

#6aadde color RGB value is (106,173,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101101 11011110
Octal 152 255 336
Decimal 106 173 222
Hex 6A AD DE

RGB Percentages of Color #6aadde

%21.16
%34.53
%44.31

CMYK Percentages of Color #6aadde

%52
%22
%0
%13

Triadic Colors of #6aadde

#6aadde #de6aad #adde6a

Analogous Colors of #6aadde

#6aadde #6a73de #6aded5

Monochromatic Colors of #6aadde

#6aadde

Complementary Color

#6aadde #de9b6a

#6aadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aadde Color CSS Codes

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

#6aadde Text Font Color

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

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


#6aadde Background Color

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

This div background color is #6aadde


#6aadde Border Color

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

This div border color is #6aadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aadde


Comments

No comments written yet.

Please login to write comment.