Color Hex Logo

#6eebec Color Hex

#6EEBEC
(110,235,236)
0 Favorites   0 Comments

Color spaces of #6eebec

RGB 110235236
HSL0.500.770.68
HSV180°53°93°
CMYK 0.530.000.00   0.07
XYZ51.279168.787889.9316
Yxy68.78780.24420.3276
Hunter Lab82.9384-34.7794-6.2323
CIE-Lab86.3989-34.3342-11.0997

#6eebec color RGB value is (110,235,236).

#6eebec hex color red value is 110, green value is 235 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6eebec hue: 0.50 , saturation: 0.77 and the lightness value of 6eebec is 0.68.

The process color (four color CMYK) of #6eebec color hex is 0.53, 0.00, 0.00, 0.07. Web safe color of #6eebec is #66ffff. Color #6eebec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11101011 11101100
Octal 156 353 354
Decimal 110 235 236
Hex 6E EB EC

RGB Percentages of Color #6eebec

%18.93
%40.45
%40.62

CMYK Percentages of Color #6eebec

%53
%0
%0
%7

Triadic Colors of #6eebec

#6eebec #ec6eeb #ebec6e

Analogous Colors of #6eebec

#6eebec #6eacec #6eecae

Monochromatic Colors of #6eebec

#6eebec

Complementary Color

#6eebec #ec6f6e

#6eebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eebec Color CSS Codes

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

#6eebec Text Font Color

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

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


#6eebec Background Color

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

This div background color is #6eebec


#6eebec Border Color

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

This div border color is #6eebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eebec


Comments

No comments written yet.

Please login to write comment.