Color Hex Logo

#6efdfb Color Hex

#6EFDFB
(110,253,251)
0 Favorites   0 Comments

Color spaces of #6efdfb

RGB 110253251
HSL0.500.970.71
HSV179°57°99°
CMYK 0.570.000.01   0.01
XYZ58.968380.5306103.7028
Yxy80.53060.24250.3311
Hunter Lab89.7388-39.7488-5.6987
CIE-Lab91.9224-38.7374-10.7035

#6efdfb color RGB value is (110,253,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111101 11111011
Octal 156 375 373
Decimal 110 253 251
Hex 6E FD FB

RGB Percentages of Color #6efdfb

%17.92
%41.21
%40.88

CMYK Percentages of Color #6efdfb

%57
%0
%1
%1

Triadic Colors of #6efdfb

#6efdfb #fb6efd #fdfb6e

Analogous Colors of #6efdfb

#6efdfb #6eb8fd #6efdb4

Monochromatic Colors of #6efdfb

#6efdfb

Complementary Color

#6efdfb #fd6e70

#6efdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efdfb Color CSS Codes

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

#6efdfb Text Font Color

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

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


#6efdfb Background Color

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

This div background color is #6efdfb


#6efdfb Border Color

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

This div border color is #6efdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.