Color Hex Logo

#6edbbf Color Hex

#6EDBBF
(110,219,191)
0 Favorites   0 Comments

Color spaces of #6edbbf

RGB 110219191
HSL0.460.600.65
HSV165°50°86°
CMYK 0.500.000.13   0.14
XYZ41.165957.739658.2654
Yxy57.73960.26190.3674
Hunter Lab75.9866-36.27377.7279
CIE-Lab80.5938-38.05254.1681

#6edbbf color RGB value is (110,219,191).

#6edbbf hex color red value is 110, green value is 219 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6edbbf hue: 0.46 , saturation: 0.60 and the lightness value of 6edbbf is 0.65.

The process color (four color CMYK) of #6edbbf color hex is 0.50, 0.00, 0.13, 0.14. Web safe color of #6edbbf is #66cccc. Color #6edbbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011011 10111111
Octal 156 333 277
Decimal 110 219 191
Hex 6E DB BF

RGB Percentages of Color #6edbbf

%21.15
%42.12
%36.73

CMYK Percentages of Color #6edbbf

%50
%0
%13
%14

Triadic Colors of #6edbbf

#6edbbf #bf6edb #dbbf6e

Analogous Colors of #6edbbf

#6edbbf #6ec1db #6edb89

Monochromatic Colors of #6edbbf

#6edbbf

Complementary Color

#6edbbf #db6e8a

#6edbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edbbf Color CSS Codes

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

#6edbbf Text Font Color

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

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


#6edbbf Background Color

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

This div background color is #6edbbf


#6edbbf Border Color

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

This div border color is #6edbbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,219,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 #6edbbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edbbf


Comments

No comments written yet.

Please login to write comment.