color codes Logo

#6eefcd color codes

#6EEFCD
(110,239,205)
0 Favorites   0 Comments

Color spaces of #6eefcd

RGB 110239205
HSL0.460.800.68
HSV164°54°94°
CMYK 0.540.000.14   0.06
XYZ48.316469.455868.6174
Yxy69.45580.25920.3726
Hunter Lab83.3401-42.36009.5222
CIE-Lab86.7293-43.75345.6495

#6eefcd color RGB value is (110,239,205).

#6eefcd hex color red value is 110, green value is 239 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6eefcd hue: 0.46 , saturation: 0.80 and the lightness value of 6eefcd is 0.68.

The process color (four color CMYK) of #6eefcd color code is 0.54, 0.00, 0.14, 0.06. Web safe color of #6eefcd is #66ffcc. Color #6eefcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11101111 11001101
Octal 156 357 315
Decimal 110 239 205
Hex 6E EF CD

RGB Percentages of Color #6eefcd

%19.86
%43.14
%37.00

CMYK Percentages of Color #6eefcd

%54
%0
%14
%6

Triadic Colors of #6eefcd

#6eefcd #cd6eef #efcd6e

Analogous Colors of #6eefcd

#6eefcd #6ed1ef #6eef8d

Monochromatic Colors of #6eefcd

#6eefcd

Complementary Color

#6eefcd #ef6e90

#6eefcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eefcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eefcd Color CSS Codes

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

#6eefcd Text Font Color

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

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


#6eefcd Background Color

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

This div background color is #6eefcd


#6eefcd Border Color

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

This div border color is #6eefcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eefcd


Comments

No comments written yet.

Please login to write comment.