Color Hex Logo

#6ef7ff Color Hex

#6EF7FF
(110,247,255)
0 Favorites   0 Comments

Color spaces of #6ef7ff

RGB 110247255
HSL0.511.000.72
HSV183°57°100°
CMYK 0.570.030.00   0.00
XYZ57.741277.0565106.4379
Yxy77.05650.23940.3194
Hunter Lab87.7818-36.2043-10.4435
CIE-Lab90.3476-34.9283-15.1336

#6ef7ff color RGB value is (110,247,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11110111 11111111
Octal 156 367 377
Decimal 110 247 255
Hex 6E F7 FF

RGB Percentages of Color #6ef7ff

%17.97
%40.36
%41.67

CMYK Percentages of Color #6ef7ff

%57
%3
%0
%0

Triadic Colors of #6ef7ff

#6ef7ff #ff6ef7 #f7ff6e

Analogous Colors of #6ef7ff

#6ef7ff #6eafff #6effbf

Monochromatic Colors of #6ef7ff

#6ef7ff

Complementary Color

#6ef7ff #ff766e

#6ef7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ef7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ef7ff Color CSS Codes

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

#6ef7ff Text Font Color

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

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


#6ef7ff Background Color

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

This div background color is #6ef7ff


#6ef7ff Border Color

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

This div border color is #6ef7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ef7ff

Related Colors


Comments

No comments written yet.

Please login to write comment.