Color Hex Logo

#3efeff Color Hex

#3EFEFF
(62,254,255)
0 Favorites   0 Comments

Color spaces of #3efeff

RGB 62254255
HSL0.501.000.62
HSV180°76°100°
CMYK 0.760.000.00   0.00
XYZ55.478479.1278106.9569
Yxy79.12780.22970.3276
Hunter Lab88.9538-44.3429-9.0219
CIE-Lab91.2921-44.6049-13.8273

#3efeff color RGB value is (62,254,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11111110 11111111
Octal 76 376 377
Decimal 62 254 255
Hex 3E FE FF

RGB Percentages of Color #3efeff

%10.86
%44.48
%44.66

CMYK Percentages of Color #3efeff

%76
%0
%0
%0

Triadic Colors of #3efeff

#3efeff #ff3efe #feff3e

Analogous Colors of #3efeff

#3efeff #3e9eff #3effa0

Monochromatic Colors of #3efeff

#3efeff

Complementary Color

#3efeff #ff3f3e

#3efeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3efeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3efeff Color CSS Codes

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

#3efeff Text Font Color

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

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


#3efeff Background Color

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

This div background color is #3efeff


#3efeff Border Color

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

This div border color is #3efeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3efeff

Related Colors


Comments

No comments written yet.

Please login to write comment.