Color Hex Logo

#6eebae Color Hex

#6EEBAE
(110,235,174)
0 Favorites   0 Comments

Color spaces of #6eebae

RGB 110235174
HSL0.420.760.68
HSV151°53°92°
CMYK 0.530.000.26   0.08
XYZ43.778765.787750.4353
Yxy65.78770.27360.4112
Hunter Lab81.1096-45.596919.9092
CIE-Lab84.8880-48.722119.1981

#6eebae color RGB value is (110,235,174).

#6eebae hex color red value is 110, green value is 235 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6eebae hue: 0.42 , saturation: 0.76 and the lightness value of 6eebae is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11101011 10101110
Octal 156 353 256
Decimal 110 235 174
Hex 6E EB AE

RGB Percentages of Color #6eebae

%21.19
%45.28
%33.53

CMYK Percentages of Color #6eebae

%53
%0
%26
%8

Triadic Colors of #6eebae

#6eebae #ae6eeb #ebae6e

Analogous Colors of #6eebae

#6eebae #6eeaeb #6eeb70

Monochromatic Colors of #6eebae

#6eebae

Complementary Color

#6eebae #eb6eab

#6eebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eebae Color CSS Codes

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

#6eebae Text Font Color

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

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


#6eebae Background Color

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

This div background color is #6eebae


#6eebae Border Color

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

This div border color is #6eebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eebae


Comments

No comments written yet.

Please login to write comment.