Color Hex Logo

#6eebde Color Hex

#6EEBDE
(110,235,222)
0 Favorites   0 Comments

Color spaces of #6eebde

RGB 110235222
HSL0.480.760.68
HSV174°53°92°
CMYK 0.530.000.06   0.08
XYZ49.323668.005679.6340
Yxy68.00560.25040.3453
Hunter Lab82.4655-37.55170.4716
CIE-Lab86.0092-37.8961-4.3170

#6eebde color RGB value is (110,235,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11101011 11011110
Octal 156 353 336
Decimal 110 235 222
Hex 6E EB DE

RGB Percentages of Color #6eebde

%19.40
%41.45
%39.15

CMYK Percentages of Color #6eebde

%53
%0
%6
%8

Triadic Colors of #6eebde

#6eebde #de6eeb #ebde6e

Analogous Colors of #6eebde

#6eebde #6ebaeb #6eeba0

Monochromatic Colors of #6eebde

#6eebde

Complementary Color

#6eebde #eb6e7b

#6eebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eebde Color CSS Codes

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

#6eebde Text Font Color

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

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


#6eebde Background Color

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

This div background color is #6eebde


#6eebde Border Color

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

This div border color is #6eebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eebde


Comments

No comments written yet.

Please login to write comment.