Color Hex Logo

#6ef3ff Color Hex

#6EF3FF
(110,243,255)
0 Favorites   0 Comments

Color spaces of #6ef3ff

RGB 110243255
HSL0.511.000.72
HSV185°57°100°
CMYK 0.570.050.00   0.00
XYZ56.531074.6362106.0345
Yxy74.63620.23830.3147
Hunter Lab86.3922-34.3845-12.2957
CIE-Lab89.2223-33.0573-16.8227

#6ef3ff color RGB value is (110,243,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11110011 11111111
Octal 156 363 377
Decimal 110 243 255
Hex 6E F3 FF

RGB Percentages of Color #6ef3ff

%18.09
%39.97
%41.94

CMYK Percentages of Color #6ef3ff

%57
%5
%0
%0

Triadic Colors of #6ef3ff

#6ef3ff #ff6ef3 #f3ff6e

Analogous Colors of #6ef3ff

#6ef3ff #6eabff #6effc3

Monochromatic Colors of #6ef3ff

#6ef3ff

Complementary Color

#6ef3ff #ff7a6e

#6ef3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ef3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ef3ff Color CSS Codes

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

#6ef3ff Text Font Color

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

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


#6ef3ff Background Color

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

This div background color is #6ef3ff


#6ef3ff Border Color

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

This div border color is #6ef3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ef3ff

Related Colors


Comments

No comments written yet.

Please login to write comment.