Color Hex Logo

#6ebcad Color Hex

#6EBCAD
(110,188,173)
0 Favorites   0 Comments

Color spaces of #6ebcad

RGB 110188173
HSL0.470.370.58
HSV168°41°74°
CMYK 0.410.000.08   0.26
XYZ31.956542.298646.0153
Yxy42.29860.26570.3517
Hunter Lab65.0374-26.10843.5772
CIE-Lab71.0763-27.65110.0442

#6ebcad color RGB value is (110,188,173).

#6ebcad hex color red value is 110, green value is 188 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6ebcad hue: 0.47 , saturation: 0.37 and the lightness value of 6ebcad is 0.58.

The process color (four color CMYK) of #6ebcad color hex is 0.41, 0.00, 0.08, 0.26. Web safe color of #6ebcad is #66cc99. Color #6ebcad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111100 10101101
Octal 156 274 255
Decimal 110 188 173
Hex 6E BC AD

RGB Percentages of Color #6ebcad

%23.35
%39.92
%36.73

CMYK Percentages of Color #6ebcad

%41
%0
%8
%26

Triadic Colors of #6ebcad

#6ebcad #ad6ebc #bcad6e

Analogous Colors of #6ebcad

#6ebcad #6ea4bc #6ebc86

Monochromatic Colors of #6ebcad

#6ebcad

Complementary Color

#6ebcad #bc6e7d

#6ebcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebcad Color CSS Codes

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

#6ebcad Text Font Color

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

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


#6ebcad Background Color

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

This div background color is #6ebcad


#6ebcad Border Color

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

This div border color is #6ebcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebcad


Comments

No comments written yet.

Please login to write comment.