Color Hex Logo

#6eafcc Color Hex

#6EAFCC
(110,175,204)
0 Favorites   0 Comments

Color spaces of #6eafcc

RGB 110175204
HSL0.550.480.62
HSV199°46°80°
CMYK 0.460.140.00   0.20
XYZ32.659538.334662.8047
Yxy38.33460.24410.2865
Hunter Lab61.9149-14.1942-16.8016
CIE-Lab68.2665-13.0089-21.1975

#6eafcc color RGB value is (110,175,204).

#6eafcc hex color red value is 110, green value is 175 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6eafcc hue: 0.55 , saturation: 0.48 and the lightness value of 6eafcc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101111 11001100
Octal 156 257 314
Decimal 110 175 204
Hex 6E AF CC

RGB Percentages of Color #6eafcc

%22.49
%35.79
%41.72

CMYK Percentages of Color #6eafcc

%46
%14
%0
%20

Triadic Colors of #6eafcc

#6eafcc #cc6eaf #afcc6e

Analogous Colors of #6eafcc

#6eafcc #6e80cc #6eccba

Monochromatic Colors of #6eafcc

#6eafcc

Complementary Color

#6eafcc #cc8b6e

#6eafcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eafcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eafcc Color CSS Codes

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

#6eafcc Text Font Color

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

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


#6eafcc Background Color

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

This div background color is #6eafcc


#6eafcc Border Color

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

This div border color is #6eafcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eafcc

#6eafcc Color Palettes


Comments

No comments written yet.

Please login to write comment.