Color Hex Logo

#6efece Color Hex

#6EFECE
(110,254,206)
0 Favorites   0 Comments

Color spaces of #6efece

RGB 110254206
HSL0.440.990.71
HSV160°57°100°
CMYK 0.570.000.19   0.00
XYZ53.012878.654870.7804
Yxy78.65480.26190.3885
Hunter Lab88.6875-48.505214.7627
CIE-Lab91.0779-49.965911.3639

#6efece color RGB value is (110,254,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111110 11001110
Octal 156 376 316
Decimal 110 254 206
Hex 6E FE CE

RGB Percentages of Color #6efece

%19.30
%44.56
%36.14

CMYK Percentages of Color #6efece

%57
%0
%19
%0

Triadic Colors of #6efece

#6efece #ce6efe #fece6e

Analogous Colors of #6efece

#6efece #6ee6fe #6efe86

Monochromatic Colors of #6efece

#6efece

Complementary Color

#6efece #fe6e9e

#6efece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efece Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efece Color CSS Codes

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

#6efece Text Font Color

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

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


#6efece Background Color

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

This div background color is #6efece


#6efece Border Color

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

This div border color is #6efece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efece

Related Colors


Comments

No comments written yet.

Please login to write comment.