Color Hex Logo

#6ec8bf Color Hex

#6EC8BF
(110,200,191)
0 Favorites   0 Comments

Color spaces of #6ec8bf

RGB 110200191
HSL0.480.450.61
HSV174°45°78°
CMYK 0.450.000.05   0.22
XYZ36.488748.385156.7063
Yxy48.38510.25770.3418
Hunter Lab69.5594-28.09340.3571
CIE-Lab75.0672-29.1378-3.8991

#6ec8bf color RGB value is (110,200,191).

#6ec8bf hex color red value is 110, green value is 200 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6ec8bf hue: 0.48 , saturation: 0.45 and the lightness value of 6ec8bf is 0.61.

The process color (four color CMYK) of #6ec8bf color hex is 0.45, 0.00, 0.05, 0.22. Web safe color of #6ec8bf is #66cccc. Color #6ec8bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11001000 10111111
Octal 156 310 277
Decimal 110 200 191
Hex 6E C8 BF

RGB Percentages of Color #6ec8bf

%21.96
%39.92
%38.12

CMYK Percentages of Color #6ec8bf

%45
%0
%5
%22

Triadic Colors of #6ec8bf

#6ec8bf #bf6ec8 #c8bf6e

Analogous Colors of #6ec8bf

#6ec8bf #6ea4c8 #6ec892

Monochromatic Colors of #6ec8bf

#6ec8bf

Complementary Color

#6ec8bf #c86e77

#6ec8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ec8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ec8bf Color CSS Codes

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

#6ec8bf Text Font Color

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

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


#6ec8bf Background Color

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

This div background color is #6ec8bf


#6ec8bf Border Color

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

This div border color is #6ec8bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ec8bf


Comments

No comments written yet.

Please login to write comment.