Color Hex Logo

#6eadcf Color Hex

#6EADCF
(110,173,207)
0 Favorites   0 Comments

Color spaces of #6eadcf

RGB 110173207
HSL0.560.500.62
HSV201°47°81°
CMYK 0.470.160.00   0.19
XYZ32.636537.707164.5896
Yxy37.70710.24190.2795
Hunter Lab61.4061-12.5904-19.3795
CIE-Lab67.8042-11.0984-23.5571

#6eadcf color RGB value is (110,173,207).

#6eadcf hex color red value is 110, green value is 173 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6eadcf hue: 0.56 , saturation: 0.50 and the lightness value of 6eadcf is 0.62.

The process color (four color CMYK) of #6eadcf color hex is 0.47, 0.16, 0.00, 0.19. Web safe color of #6eadcf is #6699cc. Color #6eadcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101101 11001111
Octal 156 255 317
Decimal 110 173 207
Hex 6E AD CF

RGB Percentages of Color #6eadcf

%22.45
%35.31
%42.24

CMYK Percentages of Color #6eadcf

%47
%16
%0
%19

Triadic Colors of #6eadcf

#6eadcf #cf6ead #adcf6e

Analogous Colors of #6eadcf

#6eadcf #6e7dcf #6ecfc1

Monochromatic Colors of #6eadcf

#6eadcf

Complementary Color

#6eadcf #cf906e

#6eadcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eadcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eadcf Color CSS Codes

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

#6eadcf Text Font Color

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

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


#6eadcf Background Color

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

This div background color is #6eadcf


#6eadcf Border Color

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

This div border color is #6eadcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eadcf


Comments

No comments written yet.

Please login to write comment.