Color Hex Logo

#3feffe Color Hex

#3FEFFE
(63,239,254)
0 Favorites   0 Comments

Color spaces of #3feffe

RGB 63239254
HSL0.510.990.62
HSV185°75°100°
CMYK 0.750.060.00   0.00
XYZ50.805869.9455104.5890
Yxy69.94550.22550.3104
Hunter Lab83.6334-37.9230-15.6026
CIE-Lab86.9701-38.0527-19.8008

#3feffe color RGB value is (63,239,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11101111 11111110
Octal 77 357 376
Decimal 63 239 254
Hex 3F EF FE

RGB Percentages of Color #3feffe

%11.33
%42.99
%45.68

CMYK Percentages of Color #3feffe

%75
%6
%0
%0

Triadic Colors of #3feffe

#3feffe #fe3fef #effe3f

Analogous Colors of #3feffe

#3feffe #3f90fe #3ffeae

Monochromatic Colors of #3feffe

#3feffe

Complementary Color

#3feffe #fe4e3f

#3feffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3feffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3feffe Color CSS Codes

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

#3feffe Text Font Color

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

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


#3feffe Background Color

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

This div background color is #3feffe


#3feffe Border Color

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

This div border color is #3feffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3feffe

Related Colors


Comments

No comments written yet.

Please login to write comment.