Color Hex Logo

#3efad5 Color Hex

#3EFAD5
(62,250,213)
0 Favorites   0 Comments

Color spaces of #3efad5

RGB 62250213
HSL0.470.950.61
HSV168°75°98°
CMYK 0.750.000.15   0.02
XYZ48.182574.199474.7332
Yxy74.19940.24440.3764
Hunter Lab86.1391-50.89818.8581
CIE-Lab89.0166-53.98174.6432

#3efad5 color RGB value is (62,250,213).

#3efad5 hex color red value is 62, green value is 250 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #3efad5 hue: 0.47 , saturation: 0.95 and the lightness value of 3efad5 is 0.61.

The process color (four color CMYK) of #3efad5 color hex is 0.75, 0.00, 0.15, 0.02. Web safe color of #3efad5 is #33ffcc. Color #3efad5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11111010 11010101
Octal 76 372 325
Decimal 62 250 213
Hex 3E FA D5

RGB Percentages of Color #3efad5

%11.81
%47.62
%40.57

CMYK Percentages of Color #3efad5

%75
%0
%15
%2

Triadic Colors of #3efad5

#3efad5 #d53efa #fad53e

Analogous Colors of #3efad5

#3efad5 #3ec1fa #3efa77

Monochromatic Colors of #3efad5

#3efad5

Complementary Color

#3efad5 #fa3e63

#3efad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3efad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3efad5 Color CSS Codes

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

#3efad5 Text Font Color

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

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


#3efad5 Background Color

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

This div background color is #3efad5


#3efad5 Border Color

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

This div border color is #3efad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3efad5


Comments

No comments written yet.

Please login to write comment.