Color Hex Logo

#6ebdae Color Hex

#6EBDAE
(110,189,174)
0 Favorites   0 Comments

Color spaces of #6ebdae

RGB 110189174
HSL0.470.370.59
HSV169°42°74°
CMYK 0.420.000.08   0.26
XYZ32.268042.766246.5984
Yxy42.76620.26530.3516
Hunter Lab65.3959-26.36633.5295
CIE-Lab71.3960-27.9031-0.0359

#6ebdae color RGB value is (110,189,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111101 10101110
Octal 156 275 256
Decimal 110 189 174
Hex 6E BD AE

RGB Percentages of Color #6ebdae

%23.26
%39.96
%36.79

CMYK Percentages of Color #6ebdae

%42
%0
%8
%26

Triadic Colors of #6ebdae

#6ebdae #ae6ebd #bdae6e

Analogous Colors of #6ebdae

#6ebdae #6ea5bd #6ebd87

Monochromatic Colors of #6ebdae

#6ebdae

Complementary Color

#6ebdae #bd6e7d

#6ebdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebdae Color CSS Codes

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

#6ebdae Text Font Color

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

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


#6ebdae Background Color

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

This div background color is #6ebdae


#6ebdae Border Color

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

This div border color is #6ebdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebdae


Comments

No comments written yet.

Please login to write comment.