Color Hex Logo

#6efafe Color Hex

#6EFAFE
(110,250,254)
0 Favorites   0 Comments

Color spaces of #6efafe

RGB 110250254
HSL0.500.990.71
HSV182°57°100°
CMYK 0.570.020.00   0.00
XYZ58.505478.8420105.9004
Yxy78.84200.24050.3241
Hunter Lab88.7930-37.7748-8.5580
CIE-Lab91.1628-36.5818-13.3935

#6efafe color RGB value is (110,250,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111010 11111110
Octal 156 372 376
Decimal 110 250 254
Hex 6E FA FE

RGB Percentages of Color #6efafe

%17.92
%40.72
%41.37

CMYK Percentages of Color #6efafe

%57
%2
%0
%0

Triadic Colors of #6efafe

#6efafe #fe6efa #fafe6e

Analogous Colors of #6efafe

#6efafe #6eb2fe #6efeba

Monochromatic Colors of #6efafe

#6efafe

Complementary Color

#6efafe #fe726e

#6efafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efafe Color CSS Codes

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

#6efafe Text Font Color

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

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


#6efafe Background Color

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

This div background color is #6efafe


#6efafe Border Color

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

This div border color is #6efafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efafe

Related Colors


Comments

No comments written yet.

Please login to write comment.