Color Hex Logo

#6edba5 Color Hex

#6EDBA5
(110,219,165)
0 Favorites   0 Comments

Color spaces of #6edba5

RGB 110219165
HSL0.420.600.65
HSV150°50°86°
CMYK 0.500.000.25   0.14
XYZ38.553556.694644.5085
Yxy56.69460.27590.4057
Hunter Lab75.2958-40.370817.6599
CIE-Lab80.0075-43.703317.0993

#6edba5 color RGB value is (110,219,165).

#6edba5 hex color red value is 110, green value is 219 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #6edba5 hue: 0.42 , saturation: 0.60 and the lightness value of 6edba5 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011011 10100101
Octal 156 333 245
Decimal 110 219 165
Hex 6E DB A5

RGB Percentages of Color #6edba5

%22.27
%44.33
%33.40

CMYK Percentages of Color #6edba5

%50
%0
%25
%14

Triadic Colors of #6edba5

#6edba5 #a56edb #dba56e

Analogous Colors of #6edba5

#6edba5 #6edbdb #6edb6f

Monochromatic Colors of #6edba5

#6edba5

Complementary Color

#6edba5 #db6ea4

#6edba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edba5 Color CSS Codes

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

#6edba5 Text Font Color

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

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


#6edba5 Background Color

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

This div background color is #6edba5


#6edba5 Border Color

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

This div border color is #6edba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edba5


Comments

No comments written yet.

Please login to write comment.