Color Hex Logo

#6ebabd Color Hex

#6EBABD
(110,186,189)
0 Favorites   0 Comments

Color spaces of #6ebabd

RGB 110186189
HSL0.510.370.59
HSV182°42°74°
CMYK 0.420.020.00   0.26
XYZ33.174642.106954.5231
Yxy42.10690.25560.3244
Hunter Lab64.8898-22.3000-4.3950
CIE-Lab70.9446-22.7207-8.9150

#6ebabd color RGB value is (110,186,189).

#6ebabd hex color red value is 110, green value is 186 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6ebabd hue: 0.51 , saturation: 0.37 and the lightness value of 6ebabd is 0.59.

The process color (four color CMYK) of #6ebabd color hex is 0.42, 0.02, 0.00, 0.26. Web safe color of #6ebabd is #66cccc. Color #6ebabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111010 10111101
Octal 156 272 275
Decimal 110 186 189
Hex 6E BA BD

RGB Percentages of Color #6ebabd

%22.68
%38.35
%38.97

CMYK Percentages of Color #6ebabd

%42
%2
%0
%26

Triadic Colors of #6ebabd

#6ebabd #bd6eba #babd6e

Analogous Colors of #6ebabd

#6ebabd #6e93bd #6ebd99

Monochromatic Colors of #6ebabd

#6ebabd

Complementary Color

#6ebabd #bd716e

#6ebabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebabd Color CSS Codes

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

#6ebabd Text Font Color

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

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


#6ebabd Background Color

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

This div background color is #6ebabd


#6ebabd Border Color

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

This div border color is #6ebabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebabd


Comments

No comments written yet.

Please login to write comment.