Color Hex Logo

#3ea990 Color Hex

#3EA990
(62,169,144)
0 Favorites   0 Comments

Color spaces of #3ea990

RGB 62169144
HSL0.460.460.45
HSV166°63°66°
CMYK 0.630.000.15   0.34
XYZ21.208631.413731.3312
Yxy31.41370.25260.3742
Hunter Lab56.0479-30.53936.0900
CIE-Lab62.8553-36.62473.9184

#3ea990 color RGB value is (62,169,144).

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

The process color (four color CMYK) of #3ea990 color hex is 0.63, 0.00, 0.15, 0.34. Web safe color of #3ea990 is #339999. Color #3ea990 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101001 10010000
Octal 76 251 220
Decimal 62 169 144
Hex 3E A9 90

RGB Percentages of Color #3ea990

%16.53
%45.07
%38.40

CMYK Percentages of Color #3ea990

%63
%0
%15
%34

Triadic Colors of #3ea990

#3ea990 #903ea9 #a9903e

Analogous Colors of #3ea990

#3ea990 #3e8da9 #3ea95b

Monochromatic Colors of #3ea990

#3ea990

Complementary Color

#3ea990 #a93e57

#3ea990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ea990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ea990 Color CSS Codes

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

#3ea990 Text Font Color

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

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


#3ea990 Background Color

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

This div background color is #3ea990


#3ea990 Border Color

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

This div border color is #3ea990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ea990


Comments

No comments written yet.

Please login to write comment.