Color Hex Logo

#6ebcbc Color Hex

#6EBCBC
(110,188,188)
0 Favorites   0 Comments

Color spaces of #6ebcbc

RGB 110188188
HSL0.500.370.58
HSV180°41°74°
CMYK 0.410.000.00   0.26
XYZ33.490742.912354.0947
Yxy42.91230.25660.3288
Hunter Lab65.5075-23.3800-3.1052
CIE-Lab71.4954-23.9804-7.5482

#6ebcbc color RGB value is (110,188,188).

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

The process color (four color CMYK) of #6ebcbc color hex is 0.41, 0.00, 0.00, 0.26. Web safe color of #6ebcbc is #66cccc. Color #6ebcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111100 10111100
Octal 156 274 274
Decimal 110 188 188
Hex 6E BC BC

RGB Percentages of Color #6ebcbc

%22.63
%38.68
%38.68

CMYK Percentages of Color #6ebcbc

%41
%0
%0
%26

Triadic Colors of #6ebcbc

#6ebcbc #bc6ebc #bcbc6e

Analogous Colors of #6ebcbc

#6ebcbc #6e95bc #6ebc95

Monochromatic Colors of #6ebcbc

#6ebcbc

Complementary Color

#6ebcbc #bc6e6e

#6ebcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebcbc Color CSS Codes

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

#6ebcbc Text Font Color

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

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


#6ebcbc Background Color

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

This div background color is #6ebcbc


#6ebcbc Border Color

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

This div border color is #6ebcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebcbc


Comments

No comments written yet.

Please login to write comment.