Color Hex Logo

#6eeabc Color Hex

#6EEABC
(110,234,188)
0 Favorites   0 Comments

Color spaces of #6eeabc

RGB 110234188
HSL0.440.750.67
HSV158°53°92°
CMYK 0.530.000.20   0.08
XYZ44.930365.791557.9079
Yxy65.79150.26640.3902
Hunter Lab81.1120-43.069514.4497
CIE-Lab84.8900-45.373911.9081

#6eeabc color RGB value is (110,234,188).

#6eeabc hex color red value is 110, green value is 234 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6eeabc hue: 0.44 , saturation: 0.75 and the lightness value of 6eeabc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11101010 10111100
Octal 156 352 274
Decimal 110 234 188
Hex 6E EA BC

RGB Percentages of Color #6eeabc

%20.68
%43.98
%35.34

CMYK Percentages of Color #6eeabc

%53
%0
%20
%8

Triadic Colors of #6eeabc

#6eeabc #bc6eea #eabc6e

Analogous Colors of #6eeabc

#6eeabc #6edaea #6eea7e

Monochromatic Colors of #6eeabc

#6eeabc

Complementary Color

#6eeabc #ea6e9c

#6eeabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eeabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eeabc Color CSS Codes

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

#6eeabc Text Font Color

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

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


#6eeabc Background Color

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

This div background color is #6eeabc


#6eeabc Border Color

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

This div border color is #6eeabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eeabc


Comments

No comments written yet.

Please login to write comment.