Color Hex Logo

#6eacdd Color Hex

#6EACDD
(110,172,221)
0 Favorites   0 Comments

Color spaces of #6eacdd

RGB 110172221
HSL0.570.620.65
HSV206°50°87°
CMYK 0.500.220.00   0.13
XYZ34.234138.040573.9448
Yxy38.04050.23410.2602
Hunter Lab61.6770-8.8574-27.9092
CIE-Lab68.0505-6.5376-30.8829

#6eacdd color RGB value is (110,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101100 11011101
Octal 156 254 335
Decimal 110 172 221
Hex 6E AC DD

RGB Percentages of Color #6eacdd

%21.87
%34.19
%43.94

CMYK Percentages of Color #6eacdd

%50
%22
%0
%13

Triadic Colors of #6eacdd

#6eacdd #dd6eac #acdd6e

Analogous Colors of #6eacdd

#6eacdd #6e75dd #6eddd7

Monochromatic Colors of #6eacdd

#6eacdd

Complementary Color

#6eacdd #dd9f6e

#6eacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eacdd Color CSS Codes

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

#6eacdd Text Font Color

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

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


#6eacdd Background Color

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

This div background color is #6eacdd


#6eacdd Border Color

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

This div border color is #6eacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eacdd


Comments

No comments written yet.

Please login to write comment.