Color Hex Logo

#6efafb Color Hex

#6EFAFB
(110,250,251)
0 Favorites   0 Comments

Color spaces of #6efafb

RGB 110250251
HSL0.500.950.71
HSV180°56°98°
CMYK 0.560.000.00   0.02
XYZ58.028678.6512103.3896
Yxy78.65120.24170.3276
Hunter Lab88.6855-38.4037-7.0404
CIE-Lab91.0762-37.3675-11.9641

#6efafb color RGB value is (110,250,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111010 11111011
Octal 156 372 373
Decimal 110 250 251
Hex 6E FA FB

RGB Percentages of Color #6efafb

%18.00
%40.92
%41.08

CMYK Percentages of Color #6efafb

%56
%0
%0
%2

Triadic Colors of #6efafb

#6efafb #fb6efa #fafb6e

Analogous Colors of #6efafb

#6efafb #6eb4fb #6efbb6

Monochromatic Colors of #6efafb

#6efafb

Complementary Color

#6efafb #fb6f6e

#6efafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efafb Color CSS Codes

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

#6efafb Text Font Color

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

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


#6efafb Background Color

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

This div background color is #6efafb


#6efafb Border Color

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

This div border color is #6efafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efafb

Related Colors

#6efafb Color Palettes


Comments

No comments written yet.

Please login to write comment.