Color Hex Logo

#6eaed3 Color Hex

#6EAED3
(110,174,211)
0 Favorites   0 Comments

Color spaces of #6eaed3

RGB 110174211
HSL0.560.530.63
HSV202°48°83°
CMYK 0.480.180.00   0.17
XYZ33.324338.290267.2624
Yxy38.29020.24000.2757
Hunter Lab61.8791-12.1592-21.1327
CIE-Lab68.2340-10.5083-25.1028

#6eaed3 color RGB value is (110,174,211).

#6eaed3 hex color red value is 110, green value is 174 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #6eaed3 hue: 0.56 , saturation: 0.53 and the lightness value of 6eaed3 is 0.63.

The process color (four color CMYK) of #6eaed3 color hex is 0.48, 0.18, 0.00, 0.17. Web safe color of #6eaed3 is #6699cc. Color #6eaed3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101110 11010011
Octal 156 256 323
Decimal 110 174 211
Hex 6E AE D3

RGB Percentages of Color #6eaed3

%22.22
%35.15
%42.63

CMYK Percentages of Color #6eaed3

%48
%18
%0
%17

Triadic Colors of #6eaed3

#6eaed3 #d36eae #aed36e

Analogous Colors of #6eaed3

#6eaed3 #6e7cd3 #6ed3c6

Monochromatic Colors of #6eaed3

#6eaed3

Complementary Color

#6eaed3 #d3936e

#6eaed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eaed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eaed3 Color CSS Codes

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

#6eaed3 Text Font Color

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

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


#6eaed3 Background Color

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

This div background color is #6eaed3


#6eaed3 Border Color

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

This div border color is #6eaed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eaed3


Comments

No comments written yet.

Please login to write comment.