Color Hex Logo

#6ebebe Color Hex

#6EBEBE
(110,190,190)
0 Favorites   0 Comments

Color spaces of #6ebebe

RGB 110190190
HSL0.500.380.59
HSV180°42°75°
CMYK 0.420.000.00   0.25
XYZ34.138143.859655.3817
Yxy43.85960.25590.3288
Hunter Lab66.2266-23.8844-3.2224
CIE-Lab72.1346-24.4743-7.6926

#6ebebe color RGB value is (110,190,190).

#6ebebe hex color red value is 110, green value is 190 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6ebebe hue: 0.50 , saturation: 0.38 and the lightness value of 6ebebe is 0.59.

The process color (four color CMYK) of #6ebebe color hex is 0.42, 0.00, 0.00, 0.25. Web safe color of #6ebebe is #66cccc. Color #6ebebe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111110 10111110
Octal 156 276 276
Decimal 110 190 190
Hex 6E BE BE

RGB Percentages of Color #6ebebe

%22.45
%38.78
%38.78

CMYK Percentages of Color #6ebebe

%42
%0
%0
%25

Triadic Colors of #6ebebe

#6ebebe #be6ebe #bebe6e

Analogous Colors of #6ebebe

#6ebebe #6e96be #6ebe96

Monochromatic Colors of #6ebebe

#6ebebe

Complementary Color

#6ebebe #be6e6e

#6ebebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebebe Color CSS Codes

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

#6ebebe Text Font Color

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

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


#6ebebe Background Color

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

This div background color is #6ebebe


#6ebebe Border Color

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

This div border color is #6ebebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebebe


Comments

No comments written yet.

Please login to write comment.