Color Hex Logo

#6efedf Color Hex

#6EFEDF
(110,254,223)
0 Favorites   0 Comments

Color spaces of #6efedf

RGB 110254223
HSL0.460.990.71
HSV167°57°100°
CMYK 0.570.000.12   0.00
XYZ55.191579.526382.2533
Yxy79.52630.25440.3665
Hunter Lab89.1775-45.58797.7379
CIE-Lab91.4719-46.10153.1470

#6efedf color RGB value is (110,254,223).

#6efedf hex color red value is 110, green value is 254 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6efedf hue: 0.46 , saturation: 0.99 and the lightness value of 6efedf is 0.71.

The process color (four color CMYK) of #6efedf color hex is 0.57, 0.00, 0.12, 0.00. Web safe color of #6efedf is #66ffcc. Color #6efedf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111110 11011111
Octal 156 376 337
Decimal 110 254 223
Hex 6E FE DF

RGB Percentages of Color #6efedf

%18.74
%43.27
%37.99

CMYK Percentages of Color #6efedf

%57
%0
%12
%0

Triadic Colors of #6efedf

#6efedf #df6efe #fedf6e

Analogous Colors of #6efedf

#6efedf #6ed5fe #6efe97

Monochromatic Colors of #6efedf

#6efedf

Complementary Color

#6efedf #fe6e8d

#6efedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efedf Color CSS Codes

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

#6efedf Text Font Color

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

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


#6efedf Background Color

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

This div background color is #6efedf


#6efedf Border Color

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

This div border color is #6efedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efedf

Related Colors


Comments

No comments written yet.

Please login to write comment.