Color Hex Logo

#6ebacc Color Hex

#6EBACC
(110,186,204)
0 Favorites   0 Comments

Color spaces of #6ebacc

RGB 110186204
HSL0.530.480.62
HSV191°46°80°
CMYK 0.460.090.00   0.20
XYZ34.888442.792463.5477
Yxy42.79240.24700.3030
Hunter Lab65.4159-19.2780-11.8056
CIE-Lab71.4138-18.7828-16.4250

#6ebacc color RGB value is (110,186,204).

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

The process color (four color CMYK) of #6ebacc color hex is 0.46, 0.09, 0.00, 0.20. Web safe color of #6ebacc is #66cccc. Color #6ebacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111010 11001100
Octal 156 272 314
Decimal 110 186 204
Hex 6E BA CC

RGB Percentages of Color #6ebacc

%22.00
%37.20
%40.80

CMYK Percentages of Color #6ebacc

%46
%9
%0
%20

Triadic Colors of #6ebacc

#6ebacc #cc6eba #bacc6e

Analogous Colors of #6ebacc

#6ebacc #6e8bcc #6eccaf

Monochromatic Colors of #6ebacc

#6ebacc

Complementary Color

#6ebacc #cc806e

#6ebacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebacc Color CSS Codes

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

#6ebacc Text Font Color

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

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


#6ebacc Background Color

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

This div background color is #6ebacc


#6ebacc Border Color

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

This div border color is #6ebacc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,186,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 #6ebacc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebacc


Comments

No comments written yet.

Please login to write comment.