Color Hex Logo

#3eaca4 Color Hex

#3EACA4
(62,172,164)
0 Favorites   0 Comments

Color spaces of #3eaca4

RGB 62172164
HSL0.490.470.46
HSV176°64°67°
CMYK 0.640.000.05   0.33
XYZ23.440033.209540.2966
Yxy33.20950.24180.3426
Hunter Lab57.6277-28.2438-1.1196
CIE-Lab64.3302-32.6987-5.0925

#3eaca4 color RGB value is (62,172,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101100 10100100
Octal 76 254 244
Decimal 62 172 164
Hex 3E AC A4

RGB Percentages of Color #3eaca4

%15.58
%43.22
%41.21

CMYK Percentages of Color #3eaca4

%64
%0
%5
%33

Triadic Colors of #3eaca4

#3eaca4 #a43eac #aca43e

Analogous Colors of #3eaca4

#3eaca4 #3e7dac #3eac6d

Monochromatic Colors of #3eaca4

#3eaca4

Complementary Color

#3eaca4 #ac3e46

#3eaca4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eaca4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eaca4 Color CSS Codes

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

#3eaca4 Text Font Color

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

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


#3eaca4 Background Color

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

This div background color is #3eaca4


#3eaca4 Border Color

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

This div border color is #3eaca4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eaca4


Comments

No comments written yet.

Please login to write comment.