Color Hex Logo

#6ebdaa Color Hex

#6EBDAA
(110,189,170)
0 Favorites   0 Comments

Color spaces of #6ebdaa

RGB 110189170
HSL0.460.370.59
HSV166°42°74°
CMYK 0.420.000.10   0.26
XYZ31.883742.612544.5748
Yxy42.61250.26780.3579
Hunter Lab65.2783-27.05265.2090
CIE-Lab71.2912-28.84151.9975

#6ebdaa color RGB value is (110,189,170).

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

The process color (four color CMYK) of #6ebdaa color hex is 0.42, 0.00, 0.10, 0.26. Web safe color of #6ebdaa is #66cc99. Color #6ebdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111101 10101010
Octal 156 275 252
Decimal 110 189 170
Hex 6E BD AA

RGB Percentages of Color #6ebdaa

%23.45
%40.30
%36.25

CMYK Percentages of Color #6ebdaa

%42
%0
%10
%26

Triadic Colors of #6ebdaa

#6ebdaa #aa6ebd #bdaa6e

Analogous Colors of #6ebdaa

#6ebdaa #6ea9bd #6ebd83

Monochromatic Colors of #6ebdaa

#6ebdaa

Complementary Color

#6ebdaa #bd6e81

#6ebdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebdaa Color CSS Codes

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

#6ebdaa Text Font Color

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

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


#6ebdaa Background Color

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

This div background color is #6ebdaa


#6ebdaa Border Color

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

This div border color is #6ebdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebdaa


Comments

No comments written yet.

Please login to write comment.