Color Hex Logo

#6ebdba Color Hex

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

Color spaces of #6ebdba

RGB 110189186
HSL0.490.370.59
HSV178°42°74°
CMYK 0.420.000.02   0.26
XYZ33.490943.255453.0383
Yxy43.25540.25800.3333
Hunter Lab65.7688-24.1994-1.7754
CIE-Lab71.7280-24.9822-6.1093

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

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

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

Base Numbers

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

RGB Percentages of Color #6ebdba

%22.68
%38.97
%38.35

CMYK Percentages of Color #6ebdba

%42
%0
%2
%26

Triadic Colors of #6ebdba

#6ebdba #ba6ebd #bdba6e

Analogous Colors of #6ebdba

#6ebdba #6e99bd #6ebd93

Monochromatic Colors of #6ebdba

#6ebdba

Complementary Color

#6ebdba #bd6e71

#6ebdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebdba Color CSS Codes

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

#6ebdba Text Font Color

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

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


#6ebdba Background Color

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

This div background color is #6ebdba


#6ebdba Border Color

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

This div border color is #6ebdba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,189,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 #6ebdba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebdba


Comments

No comments written yet.

Please login to write comment.