Color Hex Logo

#6eaebd Color Hex

#6EAEBD
(110,174,189)
0 Favorites   0 Comments

Color spaces of #6eaebd

RGB 110174189
HSL0.530.370.59
HSV191°42°74°
CMYK 0.420.080.00   0.26
XYZ30.751837.261253.7155
Yxy37.26120.25260.3061
Hunter Lab61.0420-16.8984-9.4445
CIE-Lab67.4725-16.5426-14.1132

#6eaebd color RGB value is (110,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101110 10111101
Octal 156 256 275
Decimal 110 174 189
Hex 6E AE BD

RGB Percentages of Color #6eaebd

%23.26
%36.79
%39.96

CMYK Percentages of Color #6eaebd

%42
%8
%0
%26

Triadic Colors of #6eaebd

#6eaebd #bd6eae #aebd6e

Analogous Colors of #6eaebd

#6eaebd #6e87bd #6ebda5

Monochromatic Colors of #6eaebd

#6eaebd

Complementary Color

#6eaebd #bd7d6e

#6eaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eaebd Color CSS Codes

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

#6eaebd Text Font Color

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

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


#6eaebd Background Color

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

This div background color is #6eaebd


#6eaebd Border Color

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

This div border color is #6eaebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eaebd


Comments

No comments written yet.

Please login to write comment.