Color Hex Logo

#3efeef Color Hex

#3EFEEF
(62,254,239)
0 Favorites   0 Comments

Color spaces of #3efeef

RGB 62254239
HSL0.490.990.62
HSV175°76°100°
CMYK 0.760.000.06   0.00
XYZ53.008478.139893.9500
Yxy78.13980.23550.3471
Hunter Lab88.3967-47.6541-1.1370
CIE-Lab90.8437-48.9677-6.1906

#3efeef color RGB value is (62,254,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11111110 11101111
Octal 76 376 357
Decimal 62 254 239
Hex 3E FE EF

RGB Percentages of Color #3efeef

%11.17
%45.77
%43.06

CMYK Percentages of Color #3efeef

%76
%0
%6
%0

Triadic Colors of #3efeef

#3efeef #ef3efe #feef3e

Analogous Colors of #3efeef

#3efeef #3eadfe #3efe8f

Monochromatic Colors of #3efeef

#3efeef

Complementary Color

#3efeef #fe3e4d

#3efeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3efeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3efeef Color CSS Codes

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

#3efeef Text Font Color

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

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


#3efeef Background Color

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

This div background color is #3efeef


#3efeef Border Color

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

This div border color is #3efeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3efeef

Related Colors


Comments

No comments written yet.

Please login to write comment.