Color Hex Logo

#3ff6ff Color Hex

#3FF6FF
(63,246,255)
0 Favorites   0 Comments

Color spaces of #3ff6ff

RGB 63246255
HSL0.511.000.62
HSV183°75°100°
CMYK 0.750.040.00   0.00
XYZ53.055774.1883106.1312
Yxy74.18830.22730.3179
Hunter Lab86.1326-40.7802-12.7633
CIE-Lab89.0114-40.9477-17.2466

#3ff6ff color RGB value is (63,246,255).

#3ff6ff hex color red value is 63, green value is 246 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #3ff6ff hue: 0.51 , saturation: 1.00 and the lightness value of 3ff6ff is 0.62.

The process color (four color CMYK) of #3ff6ff color hex is 0.75, 0.04, 0.00, 0.00. Web safe color of #3ff6ff is #33ffff. Color #3ff6ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11110110 11111111
Octal 77 366 377
Decimal 63 246 255
Hex 3F F6 FF

RGB Percentages of Color #3ff6ff

%11.17
%43.62
%45.21

CMYK Percentages of Color #3ff6ff

%75
%4
%0
%0

Triadic Colors of #3ff6ff

#3ff6ff #ff3ff6 #f6ff3f

Analogous Colors of #3ff6ff

#3ff6ff #3f96ff #3fffa8

Monochromatic Colors of #3ff6ff

#3ff6ff

Complementary Color

#3ff6ff #ff483f

#3ff6ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ff6ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ff6ff Color CSS Codes

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

#3ff6ff Text Font Color

<p style="color:#3ff6ff">Text here</p>

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


#3ff6ff Background Color

<div style="background-color:#3ff6ff">
Div content here</div>

This div background color is #3ff6ff


#3ff6ff Border Color

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

This div border color is #3ff6ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(63,246,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3ff6ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3ff6ff;
  -webkit-box-shadow: 1px 1px 3px 2px #3ff6ff;
  box-shadow:         1px 1px 3px 2px #3ff6ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,246,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 #3ff6ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ff6ff

Related Colors


Comments

No comments written yet.

Please login to write comment.