Color Hex Logo

#3eb394 Color Hex

#3EB394
(62,179,148)
0 Favorites   0 Comments

Color spaces of #3eb394

RGB 62179148
HSL0.460.490.47
HSV164°65°70°
CMYK 0.650.000.17   0.30
XYZ23.452035.402533.6143
Yxy35.40250.25360.3829
Hunter Lab59.5000-33.76908.1543
CIE-Lab66.0608-40.10496.3129

#3eb394 color RGB value is (62,179,148).

#3eb394 hex color red value is 62, green value is 179 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #3eb394 hue: 0.46 , saturation: 0.49 and the lightness value of 3eb394 is 0.47.

The process color (four color CMYK) of #3eb394 color hex is 0.65, 0.00, 0.17, 0.30. Web safe color of #3eb394 is #33cc99. Color #3eb394 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10110011 10010100
Octal 76 263 224
Decimal 62 179 148
Hex 3E B3 94

RGB Percentages of Color #3eb394

%15.94
%46.02
%38.05

CMYK Percentages of Color #3eb394

%65
%0
%17
%30

Triadic Colors of #3eb394

#3eb394 #943eb3 #b3943e

Analogous Colors of #3eb394

#3eb394 #3e98b3 #3eb35a

Monochromatic Colors of #3eb394

#3eb394

Complementary Color

#3eb394 #b33e5d

#3eb394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eb394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eb394 Color CSS Codes

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

#3eb394 Text Font Color

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

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


#3eb394 Background Color

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

This div background color is #3eb394


#3eb394 Border Color

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

This div border color is #3eb394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eb394

#3eb394 Color Palettes


Comments

No comments written yet.

Please login to write comment.