Color Hex Logo

#6efeff Color Hex

#6EFEFF
(110,254,255)
0 Favorites   0 Comments

Color spaces of #6efeff

RGB 110254255
HSL0.501.000.72
HSV180°57°100°
CMYK 0.570.000.00   0.00
XYZ59.922281.4186107.1649
Yxy81.41860.24110.3276
Hunter Lab90.2323-39.3667-7.2536
CIE-Lab92.3176-38.1538-12.1879

#6efeff color RGB value is (110,254,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111110 11111111
Octal 156 376 377
Decimal 110 254 255
Hex 6E FE FF

RGB Percentages of Color #6efeff

%17.77
%41.03
%41.20

CMYK Percentages of Color #6efeff

%57
%0
%0
%0

Triadic Colors of #6efeff

#6efeff #ff6efe #feff6e

Analogous Colors of #6efeff

#6efeff #6eb6ff #6effb8

Monochromatic Colors of #6efeff

#6efeff

Complementary Color

#6efeff #ff6f6e

#6efeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efeff Color CSS Codes

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

#6efeff Text Font Color

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

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


#6efeff Background Color

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

This div background color is #6efeff


#6efeff Border Color

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

This div border color is #6efeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efeff

Related Colors


Comments

No comments written yet.

Please login to write comment.