Color Hex Logo

#6efeef Color Hex

#6EFEEF
(110,254,239)
0 Favorites   0 Comments

Color spaces of #6efeef

RGB 110254239
HSL0.480.990.71
HSV174°57°100°
CMYK 0.570.000.06   0.00
XYZ57.452280.430694.1580
Yxy80.43060.24760.3466
Hunter Lab89.6831-42.59600.5298
CIE-Lab91.8777-42.2313-4.5481

#6efeef color RGB value is (110,254,239).

#6efeef hex color red value is 110, green value is 254 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6efeef hue: 0.48 , saturation: 0.99 and the lightness value of 6efeef is 0.71.

The process color (four color CMYK) of #6efeef color hex is 0.57, 0.00, 0.06, 0.00. Web safe color of #6efeef is #66ffff. Color #6efeef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111110 11101111
Octal 156 376 357
Decimal 110 254 239
Hex 6E FE EF

RGB Percentages of Color #6efeef

%18.24
%42.12
%39.64

CMYK Percentages of Color #6efeef

%57
%0
%6
%0

Triadic Colors of #6efeef

#6efeef #ef6efe #feef6e

Analogous Colors of #6efeef

#6efeef #6ec5fe #6efea7

Monochromatic Colors of #6efeef

#6efeef

Complementary Color

#6efeef #fe6e7d

#6efeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efeef Color CSS Codes

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

#6efeef Text Font Color

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

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


#6efeef Background Color

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

This div background color is #6efeef


#6efeef Border Color

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

This div border color is #6efeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efeef

Related Colors


Comments

No comments written yet.

Please login to write comment.