Color Hex Logo

#6ebabe Color Hex

#6EBABE
(110,186,190)
0 Favorites   0 Comments

Color spaces of #6ebabe

RGB 110186190
HSL0.510.380.59
HSV183°42°75°
CMYK 0.420.020.00   0.25
XYZ33.283642.150555.0968
Yxy42.15050.25500.3229
Hunter Lab64.9234-22.1063-4.8696
CIE-Lab70.9746-22.4649-9.4183

#6ebabe color RGB value is (110,186,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111010 10111110
Octal 156 272 276
Decimal 110 186 190
Hex 6E BA BE

RGB Percentages of Color #6ebabe

%22.63
%38.27
%39.09

CMYK Percentages of Color #6ebabe

%42
%2
%0
%25

Triadic Colors of #6ebabe

#6ebabe #be6eba #babe6e

Analogous Colors of #6ebabe

#6ebabe #6e92be #6ebe9a

Monochromatic Colors of #6ebabe

#6ebabe

Complementary Color

#6ebabe #be726e

#6ebabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebabe Color CSS Codes

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

#6ebabe Text Font Color

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

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


#6ebabe Background Color

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

This div background color is #6ebabe


#6ebabe Border Color

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

This div border color is #6ebabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebabe


Comments

No comments written yet.

Please login to write comment.