Color Hex Logo

#6eface Color Hex

#6EFACE
(110,250,206)
0 Favorites   0 Comments

Color spaces of #6eface

RGB 110250206
HSL0.450.930.71
HSV161°56°98°
CMYK 0.560.000.18   0.02
XYZ51.756676.142470.3616
Yxy76.14240.26110.3841
Hunter Lab87.2596-46.830013.2734
CIE-Lab89.9254-48.27539.7193

#6eface color RGB value is (110,250,206).

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

The process color (four color CMYK) of #6eface color hex is 0.56, 0.00, 0.18, 0.02. Web safe color of #6eface is #66ffcc. Color #6eface contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111010 11001110
Octal 156 372 316
Decimal 110 250 206
Hex 6E FA CE

RGB Percentages of Color #6eface

%19.43
%44.17
%36.40

CMYK Percentages of Color #6eface

%56
%0
%18
%2

Triadic Colors of #6eface

#6eface #ce6efa #face6e

Analogous Colors of #6eface

#6eface #6ee0fa #6efa88

Monochromatic Colors of #6eface

#6eface

Complementary Color

#6eface #fa6e9a

#6eface Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eface Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eface Color CSS Codes

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

#6eface Text Font Color

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

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


#6eface Background Color

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

This div background color is #6eface


#6eface Border Color

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

This div border color is #6eface


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,250,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 #6eface">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eface


Comments

No comments written yet.

Please login to write comment.