Color Hex Logo

#6edebf Color Hex

#6EDEBF
(110,222,191)
0 Favorites   0 Comments

Color spaces of #6edebf

RGB 110222191
HSL0.450.630.65
HSV163°50°87°
CMYK 0.500.000.14   0.13
XYZ41.955759.319158.5287
Yxy59.31910.26250.3712
Hunter Lab77.0189-37.54608.8572
CIE-Lab81.4667-39.41095.4289

#6edebf color RGB value is (110,222,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011110 10111111
Octal 156 336 277
Decimal 110 222 191
Hex 6E DE BF

RGB Percentages of Color #6edebf

%21.03
%42.45
%36.52

CMYK Percentages of Color #6edebf

%50
%0
%14
%13

Triadic Colors of #6edebf

#6edebf #bf6ede #debf6e

Analogous Colors of #6edebf

#6edebf #6ec5de #6ede87

Monochromatic Colors of #6edebf

#6edebf

Complementary Color

#6edebf #de6e8d

#6edebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edebf Color CSS Codes

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

#6edebf Text Font Color

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

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


#6edebf Background Color

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

This div background color is #6edebf


#6edebf Border Color

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

This div border color is #6edebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edebf


Comments

No comments written yet.

Please login to write comment.