Color Hex Logo

#6efecf Color Hex

#6EFECF
(110,254,207)
0 Favorites   0 Comments

Color spaces of #6efecf

RGB 110254207
HSL0.450.990.71
HSV160°57°100°
CMYK 0.570.000.19   0.00
XYZ53.134778.703671.4223
Yxy78.70360.26140.3872
Hunter Lab88.7150-48.341114.3676
CIE-Lab91.1000-49.746110.8799

#6efecf color RGB value is (110,254,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111110 11001111
Octal 156 376 317
Decimal 110 254 207
Hex 6E FE CF

RGB Percentages of Color #6efecf

%19.26
%44.48
%36.25

CMYK Percentages of Color #6efecf

%57
%0
%19
%0

Triadic Colors of #6efecf

#6efecf #cf6efe #fecf6e

Analogous Colors of #6efecf

#6efecf #6ee5fe #6efe87

Monochromatic Colors of #6efecf

#6efecf

Complementary Color

#6efecf #fe6e9d

#6efecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efecf Color CSS Codes

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

#6efecf Text Font Color

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

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


#6efecf Background Color

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

This div background color is #6efecf


#6efecf Border Color

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

This div border color is #6efecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efecf

Related Colors


Comments

No comments written yet.

Please login to write comment.