Color Hex Logo

#6aacdd Color Hex

#6AACDD
(106,172,221)
0 Favorites   0 Comments

Color spaces of #6aacdd

RGB 106172221
HSL0.570.630.64
HSV206°52°87°
CMYK 0.520.220.00   0.13
XYZ33.747537.789773.9221
Yxy37.78970.23200.2598
Hunter Lab61.4733-9.5858-28.2653
CIE-Lab67.8653-7.4332-31.1840

#6aacdd color RGB value is (106,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101100 11011101
Octal 152 254 335
Decimal 106 172 221
Hex 6A AC DD

RGB Percentages of Color #6aacdd

%21.24
%34.47
%44.29

CMYK Percentages of Color #6aacdd

%52
%22
%0
%13

Triadic Colors of #6aacdd

#6aacdd #dd6aac #acdd6a

Analogous Colors of #6aacdd

#6aacdd #6a73dd #6addd5

Monochromatic Colors of #6aacdd

#6aacdd

Complementary Color

#6aacdd #dd9b6a

#6aacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aacdd Color CSS Codes

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

#6aacdd Text Font Color

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

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


#6aacdd Background Color

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

This div background color is #6aacdd


#6aacdd Border Color

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

This div border color is #6aacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aacdd


Comments

No comments written yet.

Please login to write comment.