Color Hex Logo

#6eadeb Color Hex

#6EADEB
(110,173,235)
0 Favorites   0 Comments

Color spaces of #6eadeb

RGB 110173235
HSL0.580.760.68
HSV210°53°92°
CMYK 0.530.260.00   0.08
XYZ36.369439.200384.2468
Yxy39.20030.22760.2453
Hunter Lab62.6101-5.8795-35.9522
CIE-Lab68.8961-2.9349-37.2366

#6eadeb color RGB value is (110,173,235).

#6eadeb hex color red value is 110, green value is 173 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6eadeb hue: 0.58 , saturation: 0.76 and the lightness value of 6eadeb is 0.68.

The process color (four color CMYK) of #6eadeb color hex is 0.53, 0.26, 0.00, 0.08. Web safe color of #6eadeb is #6699ff. Color #6eadeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101101 11101011
Octal 156 255 353
Decimal 110 173 235
Hex 6E AD EB

RGB Percentages of Color #6eadeb

%21.24
%33.40
%45.37

CMYK Percentages of Color #6eadeb

%53
%26
%0
%8

Triadic Colors of #6eadeb

#6eadeb #eb6ead #adeb6e

Analogous Colors of #6eadeb

#6eadeb #6e6feb #6eebeb

Monochromatic Colors of #6eadeb

#6eadeb

Complementary Color

#6eadeb #ebac6e

#6eadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eadeb Color CSS Codes

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

#6eadeb Text Font Color

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

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


#6eadeb Background Color

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

This div background color is #6eadeb


#6eadeb Border Color

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

This div border color is #6eadeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,173,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eadeb


Comments

No comments written yet.

Please login to write comment.