Color Hex Logo

#6eaadc Color Hex

#6EAADC
(110,170,220)
0 Favorites   0 Comments

Color spaces of #6eaadc

RGB 110170220
HSL0.580.610.65
HSV207°50°86°
CMYK 0.500.230.00   0.14
XYZ33.723437.231873.1192
Yxy37.23180.23410.2584
Hunter Lab61.0179-8.1278-28.3361
CIE-Lab67.4506-5.7298-31.2604

#6eaadc color RGB value is (110,170,220).

#6eaadc hex color red value is 110, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6eaadc hue: 0.58 , saturation: 0.61 and the lightness value of 6eaadc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101010 11011100
Octal 156 252 334
Decimal 110 170 220
Hex 6E AA DC

RGB Percentages of Color #6eaadc

%22.00
%34.00
%44.00

CMYK Percentages of Color #6eaadc

%50
%23
%0
%14

Triadic Colors of #6eaadc

#6eaadc #dc6eaa #aadc6e

Analogous Colors of #6eaadc

#6eaadc #6e73dc #6edcd7

Monochromatic Colors of #6eaadc

#6eaadc

Complementary Color

#6eaadc #dca06e

#6eaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eaadc Color CSS Codes

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

#6eaadc Text Font Color

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

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


#6eaadc Background Color

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

This div background color is #6eaadc


#6eaadc Border Color

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

This div border color is #6eaadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eaadc


Comments

No comments written yet.

Please login to write comment.