Color Hex Logo

#3feff1 Color Hex

#3FEFF1
(63,239,241)
0 Favorites   0 Comments

Color spaces of #3feff1

RGB 63239241
HSL0.500.860.60
HSV181°74°95°
CMYK 0.740.010.00   0.05
XYZ48.793669.140693.9929
Yxy69.14060.23020.3262
Hunter Lab83.1508-40.7687-8.8153
CIE-Lab86.5736-41.7731-13.5817

#3feff1 color RGB value is (63,239,241).

#3feff1 hex color red value is 63, green value is 239 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #3feff1 hue: 0.50 , saturation: 0.86 and the lightness value of 3feff1 is 0.60.

The process color (four color CMYK) of #3feff1 color hex is 0.74, 0.01, 0.00, 0.05. Web safe color of #3feff1 is #33ffff. Color #3feff1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11101111 11110001
Octal 77 357 361
Decimal 63 239 241
Hex 3F EF F1

RGB Percentages of Color #3feff1

%11.60
%44.01
%44.38

CMYK Percentages of Color #3feff1

%74
%1
%0
%5

Triadic Colors of #3feff1

#3feff1 #f13fef #eff13f

Analogous Colors of #3feff1

#3feff1 #3f96f1 #3ff19a

Monochromatic Colors of #3feff1

#3feff1

Complementary Color

#3feff1 #f1413f

#3feff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3feff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3feff1 Color CSS Codes

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

#3feff1 Text Font Color

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

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


#3feff1 Background Color

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

This div background color is #3feff1


#3feff1 Border Color

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

This div border color is #3feff1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,239,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3feff1


Comments

No comments written yet.

Please login to write comment.