Color Hex Logo

#6ebfbb Color Hex

#6EBFBB
(110,191,187)
0 Favorites   0 Comments

Color spaces of #6ebfbb

RGB 110191187
HSL0.490.390.59
HSV177°42°75°
CMYK 0.420.000.02   0.25
XYZ34.030844.164553.7447
Yxy44.16450.25790.3347
Hunter Lab66.4564-24.8929-1.4296
CIE-Lab72.3383-25.7253-5.7525

#6ebfbb color RGB value is (110,191,187).

#6ebfbb hex color red value is 110, green value is 191 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6ebfbb hue: 0.49 , saturation: 0.39 and the lightness value of 6ebfbb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111111 10111011
Octal 156 277 273
Decimal 110 191 187
Hex 6E BF BB

RGB Percentages of Color #6ebfbb

%22.54
%39.14
%38.32

CMYK Percentages of Color #6ebfbb

%42
%0
%2
%25

Triadic Colors of #6ebfbb

#6ebfbb #bb6ebf #bfbb6e

Analogous Colors of #6ebfbb

#6ebfbb #6e9bbf #6ebf93

Monochromatic Colors of #6ebfbb

#6ebfbb

Complementary Color

#6ebfbb #bf6e72

#6ebfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebfbb Color CSS Codes

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

#6ebfbb Text Font Color

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

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


#6ebfbb Background Color

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

This div background color is #6ebfbb


#6ebfbb Border Color

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

This div border color is #6ebfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebfbb


Comments

No comments written yet.

Please login to write comment.