Color Hex Logo

#3eefff Color Hex

#3EEFFF
(62,239,255)
0 Favorites   0 Comments

Color spaces of #3eefff

RGB 62239255
HSL0.511.000.62
HSV185°76°100°
CMYK 0.760.060.00   0.00
XYZ50.903169.9771105.4318
Yxy69.97710.22490.3092
Hunter Lab83.6523-37.7729-16.1700
CIE-Lab86.9856-37.8607-20.3027

#3eefff color RGB value is (62,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11101111 11111111
Octal 76 357 377
Decimal 62 239 255
Hex 3E EF FF

RGB Percentages of Color #3eefff

%11.15
%42.99
%45.86

CMYK Percentages of Color #3eefff

%76
%6
%0
%0

Triadic Colors of #3eefff

#3eefff #ff3eef #efff3e

Analogous Colors of #3eefff

#3eefff #3e8fff #3effaf

Monochromatic Colors of #3eefff

#3eefff

Complementary Color

#3eefff #ff4e3e

#3eefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eefff Color CSS Codes

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

#3eefff Text Font Color

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

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


#3eefff Background Color

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

This div background color is #3eefff


#3eefff Border Color

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

This div border color is #3eefff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eefff

Related Colors


Comments

No comments written yet.

Please login to write comment.