Color Hex Logo

#3eaeac Color Hex

#3EAEAC
(62,174,172)
0 Favorites   0 Comments

Color spaces of #3eaeac

RGB 62174172
HSL0.500.470.46
HSV179°64°68°
CMYK 0.640.000.01   0.32
XYZ24.569134.274844.3505
Yxy34.27480.23810.3321
Hunter Lab58.5447-27.5432-3.9338
CIE-Lab65.1801-31.4063-8.2893

#3eaeac color RGB value is (62,174,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101110 10101100
Octal 76 256 254
Decimal 62 174 172
Hex 3E AE AC

RGB Percentages of Color #3eaeac

%15.20
%42.65
%42.16

CMYK Percentages of Color #3eaeac

%64
%0
%1
%32

Triadic Colors of #3eaeac

#3eaeac #ac3eae #aeac3e

Analogous Colors of #3eaeac

#3eaeac #3e78ae #3eae74

Monochromatic Colors of #3eaeac

#3eaeac

Complementary Color

#3eaeac #ae3e40

#3eaeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eaeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eaeac Color CSS Codes

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

#3eaeac Text Font Color

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

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


#3eaeac Background Color

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

This div background color is #3eaeac


#3eaeac Border Color

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

This div border color is #3eaeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eaeac


Comments

No comments written yet.

Please login to write comment.