Color Hex Logo

#3eab8c Color Hex

#3EAB8C
(62,171,140)
0 Favorites   0 Comments

Color spaces of #3eab8c

RGB 62171140
HSL0.450.470.46
HSV163°64°67°
CMYK 0.640.000.18   0.33
XYZ21.283132.043429.8742
Yxy32.04340.25580.3851
Hunter Lab56.6069-31.94958.3346
CIE-Lab63.3787-38.52626.9002

#3eab8c color RGB value is (62,171,140).

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

The process color (four color CMYK) of #3eab8c color hex is 0.64, 0.00, 0.18, 0.33. Web safe color of #3eab8c is #339999. Color #3eab8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101011 10001100
Octal 76 253 214
Decimal 62 171 140
Hex 3E AB 8C

RGB Percentages of Color #3eab8c

%16.62
%45.84
%37.53

CMYK Percentages of Color #3eab8c

%64
%0
%18
%33

Triadic Colors of #3eab8c

#3eab8c #8c3eab #ab8c3e

Analogous Colors of #3eab8c

#3eab8c #3e94ab #3eab56

Monochromatic Colors of #3eab8c

#3eab8c

Complementary Color

#3eab8c #ab3e5d

#3eab8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eab8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eab8c Color CSS Codes

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

#3eab8c Text Font Color

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

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


#3eab8c Background Color

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

This div background color is #3eab8c


#3eab8c Border Color

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

This div border color is #3eab8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eab8c


Comments

No comments written yet.

Please login to write comment.