Color Hex Logo

#6efdaf Color Hex

#6EFDAF
(110,253,175)
0 Favorites   0 Comments

Color spaces of #6efdaf

RGB 110253175
HSL0.410.970.71
HSV147°57°99°
CMYK 0.570.000.31   0.01
XYZ49.293676.660752.7564
Yxy76.66070.27580.4290
Hunter Lab87.5561-52.728725.5644
CIE-Lab90.1652-55.891225.9584

#6efdaf color RGB value is (110,253,175).

#6efdaf hex color red value is 110, green value is 253 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6efdaf hue: 0.41 , saturation: 0.97 and the lightness value of 6efdaf is 0.71.

The process color (four color CMYK) of #6efdaf color hex is 0.57, 0.00, 0.31, 0.01. Web safe color of #6efdaf is #66ff99. Color #6efdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111101 10101111
Octal 156 375 257
Decimal 110 253 175
Hex 6E FD AF

RGB Percentages of Color #6efdaf

%20.45
%47.03
%32.53

CMYK Percentages of Color #6efdaf

%57
%0
%31
%1

Triadic Colors of #6efdaf

#6efdaf #af6efd #fdaf6e

Analogous Colors of #6efdaf

#6efdaf #6efdf7 #75fd6e

Monochromatic Colors of #6efdaf

#6efdaf

Complementary Color

#6efdaf #fd6ebc

#6efdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efdaf Color CSS Codes

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

#6efdaf Text Font Color

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

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


#6efdaf Background Color

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

This div background color is #6efdaf


#6efdaf Border Color

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

This div border color is #6efdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efdaf


Comments

No comments written yet.

Please login to write comment.