Color Hex Logo

#6eb3ba Color Hex

#6EB3BA
(110,179,186)
0 Favorites   0 Comments

Color spaces of #6eb3ba

RGB 110179186
HSL0.520.360.58
HSV186°41°73°
CMYK 0.410.040.00   0.27
XYZ31.413439.100452.3458
Yxy39.10040.25570.3183
Hunter Lab62.5303-19.7549-5.8620
CIE-Lab68.8239-19.9235-10.4284

#6eb3ba color RGB value is (110,179,186).

#6eb3ba hex color red value is 110, green value is 179 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6eb3ba hue: 0.52 , saturation: 0.36 and the lightness value of 6eb3ba is 0.58.

The process color (four color CMYK) of #6eb3ba color hex is 0.41, 0.04, 0.00, 0.27. Web safe color of #6eb3ba is #66cccc. Color #6eb3ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10110011 10111010
Octal 156 263 272
Decimal 110 179 186
Hex 6E B3 BA

RGB Percentages of Color #6eb3ba

%23.16
%37.68
%39.16

CMYK Percentages of Color #6eb3ba

%41
%4
%0
%27

Triadic Colors of #6eb3ba

#6eb3ba #ba6eb3 #b3ba6e

Analogous Colors of #6eb3ba

#6eb3ba #6e8dba #6eba9b

Monochromatic Colors of #6eb3ba

#6eb3ba

Complementary Color

#6eb3ba #ba756e

#6eb3ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eb3ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eb3ba Color CSS Codes

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

#6eb3ba Text Font Color

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

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


#6eb3ba Background Color

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

This div background color is #6eb3ba


#6eb3ba Border Color

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

This div border color is #6eb3ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eb3ba


Comments

No comments written yet.

Please login to write comment.