Color Hex Logo

#6edfbf Color Hex

#6EDFBF
(110,223,191)
0 Favorites   0 Comments

Color spaces of #6edfbf

RGB 110223191
HSL0.450.640.65
HSV163°51°87°
CMYK 0.510.000.14   0.13
XYZ42.222159.851958.6175
Yxy59.85190.26280.3725
Hunter Lab77.3640-37.96909.2317
CIE-Lab81.7576-39.86095.8483

#6edfbf color RGB value is (110,223,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011111 10111111
Octal 156 337 277
Decimal 110 223 191
Hex 6E DF BF

RGB Percentages of Color #6edfbf

%20.99
%42.56
%36.45

CMYK Percentages of Color #6edfbf

%51
%0
%14
%13

Triadic Colors of #6edfbf

#6edfbf #bf6edf #dfbf6e

Analogous Colors of #6edfbf

#6edfbf #6ec7df #6edf87

Monochromatic Colors of #6edfbf

#6edfbf

Complementary Color

#6edfbf #df6e8e

#6edfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edfbf Color CSS Codes

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

#6edfbf Text Font Color

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

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


#6edfbf Background Color

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

This div background color is #6edfbf


#6edfbf Border Color

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

This div border color is #6edfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edfbf


Comments

No comments written yet.

Please login to write comment.