Color Hex Logo

#6edfd9 Color Hex

#6EDFD9
(110,223,217)
0 Favorites   0 Comments

Color spaces of #6edfd9

RGB 110223217
HSL0.490.640.65
HSV177°51°87°
CMYK 0.510.000.03   0.13
XYZ45.342561.100175.0493
Yxy61.10010.24980.3367
Hunter Lab78.1666-33.2480-2.2089
CIE-Lab82.4325-33.5941-6.9571

#6edfd9 color RGB value is (110,223,217).

#6edfd9 hex color red value is 110, green value is 223 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #6edfd9 hue: 0.49 , saturation: 0.64 and the lightness value of 6edfd9 is 0.65.

The process color (four color CMYK) of #6edfd9 color hex is 0.51, 0.00, 0.03, 0.13. Web safe color of #6edfd9 is #66cccc. Color #6edfd9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011111 11011001
Octal 156 337 331
Decimal 110 223 217
Hex 6E DF D9

RGB Percentages of Color #6edfd9

%20.00
%40.55
%39.45

CMYK Percentages of Color #6edfd9

%51
%0
%3
%13

Triadic Colors of #6edfd9

#6edfd9 #d96edf #dfd96e

Analogous Colors of #6edfd9

#6edfd9 #6eaddf #6edfa1

Monochromatic Colors of #6edfd9

#6edfd9

Complementary Color

#6edfd9 #df6e74

#6edfd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edfd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edfd9 Color CSS Codes

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

#6edfd9 Text Font Color

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

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


#6edfd9 Background Color

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

This div background color is #6edfd9


#6edfd9 Border Color

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

This div border color is #6edfd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edfd9

#6edfd9 Color Palettes


Comments

No comments written yet.

Please login to write comment.