Color Hex Logo

#3efaff Color Hex

#3EFAFF
(62,250,255)
0 Favorites   0 Comments

Color spaces of #3efaff

RGB 62250255
HSL0.501.000.62
HSV182°76°100°
CMYK 0.760.020.00   0.00
XYZ54.222276.6153106.5382
Yxy76.61530.22840.3228
Hunter Lab87.5302-42.6026-10.8943
CIE-Lab90.1443-42.8353-15.5466

#3efaff color RGB value is (62,250,255).

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

The process color (four color CMYK) of #3efaff color hex is 0.76, 0.02, 0.00, 0.00. Web safe color of #3efaff is #33ffff. Color #3efaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11111010 11111111
Octal 76 372 377
Decimal 62 250 255
Hex 3E FA FF

RGB Percentages of Color #3efaff

%10.93
%44.09
%44.97

CMYK Percentages of Color #3efaff

%76
%2
%0
%0

Triadic Colors of #3efaff

#3efaff #ff3efa #faff3e

Analogous Colors of #3efaff

#3efaff #3e9aff #3effa4

Monochromatic Colors of #3efaff

#3efaff

Complementary Color

#3efaff #ff433e

#3efaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3efaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3efaff Color CSS Codes

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

#3efaff Text Font Color

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

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


#3efaff Background Color

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

This div background color is #3efaff


#3efaff Border Color

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

This div border color is #3efaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3efaff

Related Colors

#3efaff Color Palettes


Comments

No comments written yet.

Please login to write comment.