Color Hex Logo

#6eded3 Color Hex

#6EDED3
(110,222,211)
1 Favorites   0 Comments

Color spaces of #6eded3

RGB 110222211
HSL0.480.630.65
HSV174°50°87°
CMYK 0.500.000.05   0.13
XYZ44.309660.260770.9241
Yxy60.26070.25250.3434
Hunter Lab77.6278-33.96150.1695
CIE-Lab81.9797-34.6316-4.4398

#6eded3 color RGB value is (110,222,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011110 11010011
Octal 156 336 323
Decimal 110 222 211
Hex 6E DE D3

RGB Percentages of Color #6eded3

%20.26
%40.88
%38.86

CMYK Percentages of Color #6eded3

%50
%0
%5
%13

Triadic Colors of #6eded3

#6eded3 #d36ede #ded36e

Analogous Colors of #6eded3

#6eded3 #6eb1de #6ede9b

Monochromatic Colors of #6eded3

#6eded3

Complementary Color

#6eded3 #de6e79

#6eded3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eded3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eded3 Color CSS Codes

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

#6eded3 Text Font Color

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

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


#6eded3 Background Color

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

This div background color is #6eded3


#6eded3 Border Color

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

This div border color is #6eded3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eded3

#6eded3 Color Palettes


Comments

No comments written yet.

Please login to write comment.