Color Hex Logo

#6eabda Color Hex

#6EABDA
(110,171,218)
0 Favorites   0 Comments

Color spaces of #6eabda

RGB 110171218
HSL0.570.590.64
HSV206°50°85°
CMYK 0.500.220.00   0.15
XYZ33.648237.502871.7950
Yxy37.50280.23540.2624
Hunter Lab61.2395-9.0919-26.6418
CIE-Lab67.6526-6.8637-29.8484

#6eabda color RGB value is (110,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101011 11011010
Octal 156 253 332
Decimal 110 171 218
Hex 6E AB DA

RGB Percentages of Color #6eabda

%22.04
%34.27
%43.69

CMYK Percentages of Color #6eabda

%50
%22
%0
%15

Triadic Colors of #6eabda

#6eabda #da6eab #abda6e

Analogous Colors of #6eabda

#6eabda #6e75da #6edad3

Monochromatic Colors of #6eabda

#6eabda

Complementary Color

#6eabda #da9d6e

#6eabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eabda Color CSS Codes

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

#6eabda Text Font Color

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

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


#6eabda Background Color

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

This div background color is #6eabda


#6eabda Border Color

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

This div border color is #6eabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eabda


Comments

No comments written yet.

Please login to write comment.