Color Hex Logo

#6ebabf Color Hex

#6EBABF
(110,186,191)
0 Favorites   0 Comments

Color spaces of #6ebabf

RGB 110186191
HSL0.510.390.59
HSV184°42°75°
CMYK 0.420.030.00   0.25
XYZ33.393342.194455.6745
Yxy42.19440.25440.3215
Hunter Lab64.9572-21.9116-5.3471
CIE-Lab71.0047-22.2082-9.9214

#6ebabf color RGB value is (110,186,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111010 10111111
Octal 156 272 277
Decimal 110 186 191
Hex 6E BA BF

RGB Percentages of Color #6ebabf

%22.59
%38.19
%39.22

CMYK Percentages of Color #6ebabf

%42
%3
%0
%25

Triadic Colors of #6ebabf

#6ebabf #bf6eba #babf6e

Analogous Colors of #6ebabf

#6ebabf #6e92bf #6ebf9c

Monochromatic Colors of #6ebabf

#6ebabf

Complementary Color

#6ebabf #bf736e

#6ebabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebabf Color CSS Codes

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

#6ebabf Text Font Color

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

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


#6ebabf Background Color

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

This div background color is #6ebabf


#6ebabf Border Color

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

This div border color is #6ebabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebabf


Comments

No comments written yet.

Please login to write comment.