Color Hex Logo

#6eebea Color Hex

#6EEBEA
(110,235,234)
0 Favorites   0 Comments

Color spaces of #6eebea

RGB 110235234
HSL0.500.760.68
HSV180°53°92°
CMYK 0.530.000.00   0.08
XYZ50.990068.672288.4095
Yxy68.67220.24510.3300
Hunter Lab82.8687-35.1872-5.2462
CIE-Lab86.3415-34.8532-10.1340

#6eebea color RGB value is (110,235,234).

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

The process color (four color CMYK) of #6eebea color hex is 0.53, 0.00, 0.00, 0.08. Web safe color of #6eebea is #66ffff. Color #6eebea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11101011 11101010
Octal 156 353 352
Decimal 110 235 234
Hex 6E EB EA

RGB Percentages of Color #6eebea

%19.00
%40.59
%40.41

CMYK Percentages of Color #6eebea

%53
%0
%0
%8

Triadic Colors of #6eebea

#6eebea #ea6eeb #ebea6e

Analogous Colors of #6eebea

#6eebea #6eaeeb #6eebac

Monochromatic Colors of #6eebea

#6eebea

Complementary Color

#6eebea #eb6e6f

#6eebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eebea Color CSS Codes

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

#6eebea Text Font Color

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

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


#6eebea Background Color

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

This div background color is #6eebea


#6eebea Border Color

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

This div border color is #6eebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eebea


Comments

No comments written yet.

Please login to write comment.