Color Hex Logo

#6eebaf Color Hex

#6EEBAF
(110,235,175)
0 Favorites   0 Comments

Color spaces of #6eebaf

RGB 110235175
HSL0.420.760.68
HSV151°53°92°
CMYK 0.530.000.26   0.08
XYZ43.876665.826850.9507
Yxy65.82680.27310.4097
Hunter Lab81.1337-45.452319.5604
CIE-Lab84.9080-48.520618.7072

#6eebaf color RGB value is (110,235,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11101011 10101111
Octal 156 353 257
Decimal 110 235 175
Hex 6E EB AF

RGB Percentages of Color #6eebaf

%21.15
%45.19
%33.65

CMYK Percentages of Color #6eebaf

%53
%0
%26
%8

Triadic Colors of #6eebaf

#6eebaf #af6eeb #ebaf6e

Analogous Colors of #6eebaf

#6eebaf #6ee9eb #6eeb71

Monochromatic Colors of #6eebaf

#6eebaf

Complementary Color

#6eebaf #eb6eaa

#6eebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eebaf Color CSS Codes

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

#6eebaf Text Font Color

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

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


#6eebaf Background Color

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

This div background color is #6eebaf


#6eebaf Border Color

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

This div border color is #6eebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eebaf


Comments

No comments written yet.

Please login to write comment.