Color Hex Logo

#6aaedc Color Hex

#6AAEDC
(106,174,220)
0 Favorites   0 Comments

Color spaces of #6aaedc

RGB 106174220
HSL0.570.620.64
HSV204°52°86°
CMYK 0.520.210.00   0.14
XYZ33.998238.503673.3502
Yxy38.50360.23310.2640
Hunter Lab62.0513-10.7887-26.6502
CIE-Lab68.3902-8.8208-29.8247

#6aaedc color RGB value is (106,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101110 11011100
Octal 152 256 334
Decimal 106 174 220
Hex 6A AE DC

RGB Percentages of Color #6aaedc

%21.20
%34.80
%44.00

CMYK Percentages of Color #6aaedc

%52
%21
%0
%14

Triadic Colors of #6aaedc

#6aaedc #dc6aae #aedc6a

Analogous Colors of #6aaedc

#6aaedc #6a75dc #6adcd1

Monochromatic Colors of #6aaedc

#6aaedc

Complementary Color

#6aaedc #dc986a

#6aaedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aaedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aaedc Color CSS Codes

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

#6aaedc Text Font Color

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

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


#6aaedc Background Color

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

This div background color is #6aaedc


#6aaedc Border Color

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

This div border color is #6aaedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aaedc


Comments

No comments written yet.

Please login to write comment.