Color Hex Logo

#6eebef Color Hex

#6EEBEF
(110,235,239)
0 Favorites   0 Comments

Color spaces of #6eebef

RGB 110235239
HSL0.510.800.68
HSV182°54°94°
CMYK 0.540.020.00   0.06
XYZ51.718768.963792.2468
Yxy68.96370.24290.3239
Hunter Lab83.0444-34.1608-7.7290
CIE-Lab86.4861-33.5502-12.5460

#6eebef color RGB value is (110,235,239).

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

The process color (four color CMYK) of #6eebef color hex is 0.54, 0.02, 0.00, 0.06. Web safe color of #6eebef is #66ffff. Color #6eebef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11101011 11101111
Octal 156 353 357
Decimal 110 235 239
Hex 6E EB EF

RGB Percentages of Color #6eebef

%18.84
%40.24
%40.92

CMYK Percentages of Color #6eebef

%54
%2
%0
%6

Triadic Colors of #6eebef

#6eebef #ef6eeb #ebef6e

Analogous Colors of #6eebef

#6eebef #6eabef #6eefb3

Monochromatic Colors of #6eebef

#6eebef

Complementary Color

#6eebef #ef726e

#6eebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eebef Color CSS Codes

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

#6eebef Text Font Color

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

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


#6eebef Background Color

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

This div background color is #6eebef


#6eebef Border Color

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

This div border color is #6eebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eebef


Comments

No comments written yet.

Please login to write comment.