Color Hex Logo

#6edeac Color Hex

#6EDEAC
(110,222,172)
0 Favorites   0 Comments

Color spaces of #6edeac

RGB 110222172
HSL0.430.630.65
HSV153°50°87°
CMYK 0.500.000.23   0.13
XYZ39.998158.536148.2202
Yxy58.53610.27260.3989
Hunter Lab76.5089-40.572516.1883
CIE-Lab81.0359-43.569914.8561

#6edeac color RGB value is (110,222,172).

#6edeac hex color red value is 110, green value is 222 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6edeac hue: 0.43 , saturation: 0.63 and the lightness value of 6edeac is 0.65.

The process color (four color CMYK) of #6edeac color hex is 0.50, 0.00, 0.23, 0.13. Web safe color of #6edeac is #66cc99. Color #6edeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011110 10101100
Octal 156 336 254
Decimal 110 222 172
Hex 6E DE AC

RGB Percentages of Color #6edeac

%21.83
%44.05
%34.13

CMYK Percentages of Color #6edeac

%50
%0
%23
%13

Triadic Colors of #6edeac

#6edeac #ac6ede #deac6e

Analogous Colors of #6edeac

#6edeac #6ed8de #6ede74

Monochromatic Colors of #6edeac

#6edeac

Complementary Color

#6edeac #de6ea0

#6edeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edeac Color CSS Codes

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

#6edeac Text Font Color

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

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


#6edeac Background Color

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

This div background color is #6edeac


#6edeac Border Color

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

This div border color is #6edeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edeac


Comments

No comments written yet.

Please login to write comment.