Color Hex Logo

#6edac3 Color Hex

#6EDAC3
(110,218,195)
0 Favorites   0 Comments

Color spaces of #6edac3

RGB 110218195
HSL0.460.590.64
HSV167°50°85°
CMYK 0.500.000.11   0.15
XYZ41.352157.397960.5292
Yxy57.39790.25960.3604
Hunter Lab75.7614-35.15365.6635
CIE-Lab80.4029-36.66011.7627

#6edac3 color RGB value is (110,218,195).

#6edac3 hex color red value is 110, green value is 218 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #6edac3 hue: 0.46 , saturation: 0.59 and the lightness value of 6edac3 is 0.64.

The process color (four color CMYK) of #6edac3 color hex is 0.50, 0.00, 0.11, 0.15. Web safe color of #6edac3 is #66cccc. Color #6edac3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011010 11000011
Octal 156 332 303
Decimal 110 218 195
Hex 6E DA C3

RGB Percentages of Color #6edac3

%21.03
%41.68
%37.28

CMYK Percentages of Color #6edac3

%50
%0
%11
%15

Triadic Colors of #6edac3

#6edac3 #c36eda #dac36e

Analogous Colors of #6edac3

#6edac3 #6ebbda #6eda8d

Monochromatic Colors of #6edac3

#6edac3

Complementary Color

#6edac3 #da6e85

#6edac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edac3 Color CSS Codes

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

#6edac3 Text Font Color

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

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


#6edac3 Background Color

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

This div background color is #6edac3


#6edac3 Border Color

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

This div border color is #6edac3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edac3


Comments

No comments written yet.

Please login to write comment.