Color Hex Logo

#6eeadd Color Hex

#6EEADD
(110,234,221)
0 Favorites   0 Comments

Color spaces of #6eeadd

RGB 110234221
HSL0.480.750.67
HSV174°53°92°
CMYK 0.530.000.06   0.08
XYZ48.904467.381178.8349
Yxy67.38110.25060.3453
Hunter Lab82.0860-37.30550.5184
CIE-Lab85.6960-37.6876-4.2523

#6eeadd color RGB value is (110,234,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11101010 11011101
Octal 156 352 335
Decimal 110 234 221
Hex 6E EA DD

RGB Percentages of Color #6eeadd

%19.47
%41.42
%39.12

CMYK Percentages of Color #6eeadd

%53
%0
%6
%8

Triadic Colors of #6eeadd

#6eeadd #dd6eea #eadd6e

Analogous Colors of #6eeadd

#6eeadd #6eb9ea #6eea9f

Monochromatic Colors of #6eeadd

#6eeadd

Complementary Color

#6eeadd #ea6e7b

#6eeadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eeadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eeadd Color CSS Codes

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

#6eeadd Text Font Color

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

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


#6eeadd Background Color

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

This div background color is #6eeadd


#6eeadd Border Color

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

This div border color is #6eeadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eeadd


Comments

No comments written yet.

Please login to write comment.