Color Hex Logo

#6eadbc Color Hex

#6EADBC
(110,173,188)
0 Favorites   0 Comments

Color spaces of #6eadbc

RGB 110173188
HSL0.530.370.58
HSV192°41°74°
CMYK 0.410.080.00   0.26
XYZ30.451136.833053.0815
Yxy36.83300.25300.3060
Hunter Lab60.6902-16.6461-9.3737
CIE-Lab67.1516-16.2816-14.0424

#6eadbc color RGB value is (110,173,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101101 10111100
Octal 156 255 274
Decimal 110 173 188
Hex 6E AD BC

RGB Percentages of Color #6eadbc

%23.35
%36.73
%39.92

CMYK Percentages of Color #6eadbc

%41
%8
%0
%26

Triadic Colors of #6eadbc

#6eadbc #bc6ead #adbc6e

Analogous Colors of #6eadbc

#6eadbc #6e86bc #6ebca4

Monochromatic Colors of #6eadbc

#6eadbc

Complementary Color

#6eadbc #bc7d6e

#6eadbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eadbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eadbc Color CSS Codes

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

#6eadbc Text Font Color

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

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


#6eadbc Background Color

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

This div background color is #6eadbc


#6eadbc Border Color

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

This div border color is #6eadbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eadbc


Comments

No comments written yet.

Please login to write comment.