Color Hex Logo

#3efaa4 Color Hex

#3EFAA4
(62,250,164)
0 Favorites   0 Comments

Color spaces of #3efaa4

RGB 62250164
HSL0.420.950.61
HSV153°75°98°
CMYK 0.750.000.34   0.02
XYZ42.873172.075746.7743
Yxy72.07570.26510.4457
Hunter Lab84.8974-58.428226.7623
CIE-Lab88.0050-64.838628.4109

#3efaa4 color RGB value is (62,250,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11111010 10100100
Octal 76 372 244
Decimal 62 250 164
Hex 3E FA A4

RGB Percentages of Color #3efaa4

%13.03
%52.52
%34.45

CMYK Percentages of Color #3efaa4

%75
%0
%34
%2

Triadic Colors of #3efaa4

#3efaa4 #a43efa #faa43e

Analogous Colors of #3efaa4

#3efaa4 #3ef2fa #3efa46

Monochromatic Colors of #3efaa4

#3efaa4

Complementary Color

#3efaa4 #fa3e94

#3efaa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3efaa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3efaa4 Color CSS Codes

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

#3efaa4 Text Font Color

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

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


#3efaa4 Background Color

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

This div background color is #3efaa4


#3efaa4 Border Color

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

This div border color is #3efaa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3efaa4


Comments

No comments written yet.

Please login to write comment.