Color Hex Logo

#6efcf1 Color Hex

#6EFCF1
(110,252,241)
0 Favorites   0 Comments

Color spaces of #6efcf1

RGB 110252241
HSL0.490.960.71
HSV175°56°99°
CMYK 0.560.000.04   0.01
XYZ57.118079.286795.5125
Yxy79.28670.24630.3419
Hunter Lab89.0431-41.3239-1.2676
CIE-Lab91.3639-40.8377-6.3434

#6efcf1 color RGB value is (110,252,241).

#6efcf1 hex color red value is 110, green value is 252 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #6efcf1 hue: 0.49 , saturation: 0.96 and the lightness value of 6efcf1 is 0.71.

The process color (four color CMYK) of #6efcf1 color hex is 0.56, 0.00, 0.04, 0.01. Web safe color of #6efcf1 is #66ffff. Color #6efcf1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111100 11110001
Octal 156 374 361
Decimal 110 252 241
Hex 6E FC F1

RGB Percentages of Color #6efcf1

%18.24
%41.79
%39.97

CMYK Percentages of Color #6efcf1

%56
%0
%4
%1

Triadic Colors of #6efcf1

#6efcf1 #f16efc #fcf16e

Analogous Colors of #6efcf1

#6efcf1 #6ec0fc #6efcaa

Monochromatic Colors of #6efcf1

#6efcf1

Complementary Color

#6efcf1 #fc6e79

#6efcf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efcf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efcf1 Color CSS Codes

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

#6efcf1 Text Font Color

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

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


#6efcf1 Background Color

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

This div background color is #6efcf1


#6efcf1 Border Color

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

This div border color is #6efcf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efcf1

Related Colors


Comments

No comments written yet.

Please login to write comment.