Color Hex Logo

#6ebacb Color Hex

#6EBACB
(110,186,203)
0 Favorites   0 Comments

Color spaces of #6ebacb

RGB 110186203
HSL0.530.470.61
HSV191°46°80°
CMYK 0.460.080.00   0.20
XYZ34.768842.744662.9179
Yxy42.74460.24760.3044
Hunter Lab65.3794-19.4874-11.2923
CIE-Lab71.3813-19.0520-15.9272

#6ebacb color RGB value is (110,186,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111010 11001011
Octal 156 272 313
Decimal 110 186 203
Hex 6E BA CB

RGB Percentages of Color #6ebacb

%22.04
%37.27
%40.68

CMYK Percentages of Color #6ebacb

%46
%8
%0
%20

Triadic Colors of #6ebacb

#6ebacb #cb6eba #bacb6e

Analogous Colors of #6ebacb

#6ebacb #6e8ccb #6ecbae

Monochromatic Colors of #6ebacb

#6ebacb

Complementary Color

#6ebacb #cb7f6e

#6ebacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebacb Color CSS Codes

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

#6ebacb Text Font Color

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

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


#6ebacb Background Color

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

This div background color is #6ebacb


#6ebacb Border Color

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

This div border color is #6ebacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebacb


Comments

No comments written yet.

Please login to write comment.