Color Hex Logo

#6eabdc Color Hex

#6EABDC
(110,171,220)
0 Favorites   0 Comments

Color spaces of #6eabdc

RGB 110171220
HSL0.570.610.65
HSV207°50°86°
CMYK 0.500.220.00   0.14
XYZ33.911637.608173.1819
Yxy37.60810.23440.2599
Hunter Lab61.3254-8.6130-27.8251
CIE-Lab67.7308-6.2803-30.8274

#6eabdc color RGB value is (110,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101011 11011100
Octal 156 253 334
Decimal 110 171 220
Hex 6E AB DC

RGB Percentages of Color #6eabdc

%21.96
%34.13
%43.91

CMYK Percentages of Color #6eabdc

%50
%22
%0
%14

Triadic Colors of #6eabdc

#6eabdc #dc6eab #abdc6e

Analogous Colors of #6eabdc

#6eabdc #6e74dc #6edcd6

Monochromatic Colors of #6eabdc

#6eabdc

Complementary Color

#6eabdc #dc9f6e

#6eabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eabdc Color CSS Codes

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

#6eabdc Text Font Color

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

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


#6eabdc Background Color

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

This div background color is #6eabdc


#6eabdc Border Color

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

This div border color is #6eabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eabdc


Comments

No comments written yet.

Please login to write comment.