Color Hex Logo

#6eadca Color Hex

#6EADCA
(110,173,202)
0 Favorites   0 Comments

Color spaces of #6eadca

RGB 110173202
HSL0.550.460.61
HSV199°46°79°
CMYK 0.460.140.00   0.21
XYZ32.034637.466461.4204
Yxy37.46640.24470.2862
Hunter Lab61.2098-13.6979-16.6471
CIE-Lab67.6255-12.4939-21.0704

#6eadca color RGB value is (110,173,202).

#6eadca hex color red value is 110, green value is 173 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6eadca hue: 0.55 , saturation: 0.46 and the lightness value of 6eadca is 0.61.

The process color (four color CMYK) of #6eadca color hex is 0.46, 0.14, 0.00, 0.21. Web safe color of #6eadca is #6699cc. Color #6eadca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101101 11001010
Octal 156 255 312
Decimal 110 173 202
Hex 6E AD CA

RGB Percentages of Color #6eadca

%22.68
%35.67
%41.65

CMYK Percentages of Color #6eadca

%46
%14
%0
%21

Triadic Colors of #6eadca

#6eadca #ca6ead #adca6e

Analogous Colors of #6eadca

#6eadca #6e7fca #6ecab9

Monochromatic Colors of #6eadca

#6eadca

Complementary Color

#6eadca #ca8b6e

#6eadca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eadca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eadca Color CSS Codes

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

#6eadca Text Font Color

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

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


#6eadca Background Color

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

This div background color is #6eadca


#6eadca Border Color

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

This div border color is #6eadca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eadca


Comments

No comments written yet.

Please login to write comment.