Color Hex Logo

#6efede Color Hex

#6EFEDE
(110,254,222)
0 Favorites   0 Comments

Color spaces of #6efede

RGB 110254222
HSL0.460.990.71
HSV167°57°100°
CMYK 0.570.000.13   0.00
XYZ55.057079.472581.5452
Yxy79.47250.25480.3678
Hunter Lab89.1473-45.76718.1692
CIE-Lab91.4477-46.33613.6294

#6efede color RGB value is (110,254,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111110 11011110
Octal 156 376 336
Decimal 110 254 222
Hex 6E FE DE

RGB Percentages of Color #6efede

%18.77
%43.34
%37.88

CMYK Percentages of Color #6efede

%57
%0
%13
%0

Triadic Colors of #6efede

#6efede #de6efe #fede6e

Analogous Colors of #6efede

#6efede #6ed6fe #6efe96

Monochromatic Colors of #6efede

#6efede

Complementary Color

#6efede #fe6e8e

#6efede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efede Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efede Color CSS Codes

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

#6efede Text Font Color

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

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


#6efede Background Color

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

This div background color is #6efede


#6efede Border Color

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

This div border color is #6efede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efede


Comments

No comments written yet.

Please login to write comment.