Color Hex Logo

#3efcaa Color Hex

#3EFCAA
(62,252,170)
0 Favorites   0 Comments

Color spaces of #3efcaa

RGB 62252170
HSL0.430.970.62
HSV154°75°99°
CMYK 0.750.000.33   0.01
XYZ44.052773.547249.9044
Yxy73.54720.26300.4391
Hunter Lab85.7597-58.388225.5303
CIE-Lab88.7080-64.383826.3293

#3efcaa color RGB value is (62,252,170).

#3efcaa hex color red value is 62, green value is 252 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3efcaa hue: 0.43 , saturation: 0.97 and the lightness value of 3efcaa is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11111100 10101010
Octal 76 374 252
Decimal 62 252 170
Hex 3E FC AA

RGB Percentages of Color #3efcaa

%12.81
%52.07
%35.12

CMYK Percentages of Color #3efcaa

%75
%0
%33
%1

Triadic Colors of #3efcaa

#3efcaa #aa3efc #fcaa3e

Analogous Colors of #3efcaa

#3efcaa #3eeffc #3efc4b

Monochromatic Colors of #3efcaa

#3efcaa

Complementary Color

#3efcaa #fc3e90

#3efcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3efcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3efcaa Color CSS Codes

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

#3efcaa Text Font Color

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

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


#3efcaa Background Color

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

This div background color is #3efcaa


#3efcaa Border Color

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

This div border color is #3efcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3efcaa


Comments

No comments written yet.

Please login to write comment.