Color Hex Logo

#3eacab Color Hex

#3EACAB
(62,172,171)
0 Favorites   0 Comments

Color spaces of #3eacab

RGB 62172171
HSL0.500.470.46
HSV179°64°67°
CMYK 0.640.000.01   0.33
XYZ24.089833.469543.7187
Yxy33.46950.23790.3305
Hunter Lab57.8528-26.9154-4.3078
CIE-Lab64.5393-30.7289-8.6869

#3eacab color RGB value is (62,172,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101100 10101011
Octal 76 254 253
Decimal 62 172 171
Hex 3E AC AB

RGB Percentages of Color #3eacab

%15.31
%42.47
%42.22

CMYK Percentages of Color #3eacab

%64
%0
%1
%33

Triadic Colors of #3eacab

#3eacab #ab3eac #acab3e

Analogous Colors of #3eacab

#3eacab #3e76ac #3eac74

Monochromatic Colors of #3eacab

#3eacab

Complementary Color

#3eacab #ac3e3f

#3eacab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eacab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eacab Color CSS Codes

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

#3eacab Text Font Color

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

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


#3eacab Background Color

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

This div background color is #3eacab


#3eacab Border Color

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

This div border color is #3eacab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eacab

#3eacab Color Palettes


Comments

No comments written yet.

Please login to write comment.