Color Hex Logo

#6aacda Color Hex

#6AACDA
(106,172,218)
0 Favorites   0 Comments

Color spaces of #6aacda

RGB 106172218
HSL0.570.600.64
HSV205°51°85°
CMYK 0.510.210.00   0.15
XYZ33.351337.631271.8354
Yxy37.63120.23350.2635
Hunter Lab61.3443-10.3066-26.4888
CIE-Lab67.7479-8.3181-29.7167

#6aacda color RGB value is (106,172,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101100 11011010
Octal 152 254 332
Decimal 106 172 218
Hex 6A AC DA

RGB Percentages of Color #6aacda

%21.37
%34.68
%43.95

CMYK Percentages of Color #6aacda

%51
%21
%0
%15

Triadic Colors of #6aacda

#6aacda #da6aac #acda6a

Analogous Colors of #6aacda

#6aacda #6a74da #6adad0

Monochromatic Colors of #6aacda

#6aacda

Complementary Color

#6aacda #da986a

#6aacda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aacda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aacda Color CSS Codes

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

#6aacda Text Font Color

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

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


#6aacda Background Color

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

This div background color is #6aacda


#6aacda Border Color

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

This div border color is #6aacda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aacda


Comments

No comments written yet.

Please login to write comment.