Color Hex Logo

#6eeaec Color Hex

#6EEAEC
(110,234,236)
0 Favorites   0 Comments

Color spaces of #6eeaec

RGB 110234236
HSL0.500.770.68
HSV181°53°93°
CMYK 0.530.010.00   0.07
XYZ50.993568.216889.8364
Yxy68.21680.24390.3263
Hunter Lab82.5935-34.3320-6.6739
CIE-Lab86.1147-33.8666-11.5234

#6eeaec color RGB value is (110,234,236).

#6eeaec hex color red value is 110, green value is 234 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6eeaec hue: 0.50 , saturation: 0.77 and the lightness value of 6eeaec is 0.68.

The process color (four color CMYK) of #6eeaec color hex is 0.53, 0.01, 0.00, 0.07. Web safe color of #6eeaec is #66ffff. Color #6eeaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11101010 11101100
Octal 156 352 354
Decimal 110 234 236
Hex 6E EA EC

RGB Percentages of Color #6eeaec

%18.97
%40.34
%40.69

CMYK Percentages of Color #6eeaec

%53
%1
%0
%7

Triadic Colors of #6eeaec

#6eeaec #ec6eea #eaec6e

Analogous Colors of #6eeaec

#6eeaec #6eabec #6eecaf

Monochromatic Colors of #6eeaec

#6eeaec

Complementary Color

#6eeaec #ec706e

#6eeaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eeaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eeaec Color CSS Codes

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

#6eeaec Text Font Color

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

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


#6eeaec Background Color

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

This div background color is #6eeaec


#6eeaec Border Color

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

This div border color is #6eeaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eeaec


Comments

No comments written yet.

Please login to write comment.