Color Hex Logo

#6aaede Color Hex

#6AAEDE
(106,174,222)
0 Favorites   0 Comments

Color spaces of #6aaede

RGB 106174222
HSL0.570.640.64
HSV205°52°87°
CMYK 0.520.220.00   0.13
XYZ34.264738.610274.7538
Yxy38.61020.23210.2615
Hunter Lab62.1371-10.3084-27.8326
CIE-Lab68.4680-8.2312-30.8018

#6aaede color RGB value is (106,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101110 11011110
Octal 152 256 336
Decimal 106 174 222
Hex 6A AE DE

RGB Percentages of Color #6aaede

%21.12
%34.66
%44.22

CMYK Percentages of Color #6aaede

%52
%22
%0
%13

Triadic Colors of #6aaede

#6aaede #de6aae #aede6a

Analogous Colors of #6aaede

#6aaede #6a74de #6aded4

Monochromatic Colors of #6aaede

#6aaede

Complementary Color

#6aaede #de9a6a

#6aaede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aaede Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aaede Color CSS Codes

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

#6aaede Text Font Color

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

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


#6aaede Background Color

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

This div background color is #6aaede


#6aaede Border Color

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

This div border color is #6aaede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aaede


Comments

No comments written yet.

Please login to write comment.