Color Hex Logo

#3efabc Color Hex

#3EFABC
(62,250,188)
0 Favorites   0 Comments

Color spaces of #3efabc

RGB 62250188
HSL0.450.950.61
HSV160°75°98°
CMYK 0.750.000.25   0.02
XYZ45.249373.026259.2875
Yxy73.02620.25480.4113
Hunter Lab85.4554-55.029718.6844
CIE-Lab88.4602-59.843316.7870

#3efabc color RGB value is (62,250,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11111010 10111100
Octal 76 372 274
Decimal 62 250 188
Hex 3E FA BC

RGB Percentages of Color #3efabc

%12.40
%50.00
%37.60

CMYK Percentages of Color #3efabc

%75
%0
%25
%2

Triadic Colors of #3efabc

#3efabc #bc3efa #fabc3e

Analogous Colors of #3efabc

#3efabc #3edafa #3efa5e

Monochromatic Colors of #3efabc

#3efabc

Complementary Color

#3efabc #fa3e7c

#3efabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3efabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3efabc Color CSS Codes

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

#3efabc Text Font Color

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

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


#3efabc Background Color

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

This div background color is #3efabc


#3efabc Border Color

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

This div border color is #3efabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3efabc


Comments

No comments written yet.

Please login to write comment.