Color Hex Logo

#3a987f Color Hex

#3A987F
(58,152,127)
0 Favorites   0 Comments

Color spaces of #3a987f

RGB 58152127
HSL0.460.450.41
HSV164°62°60°
CMYK 0.620.000.16   0.40
XYZ16.803924.888323.9969
Yxy24.88830.25580.3789
Hunter Lab49.8882-27.17996.4024
CIE-Lab56.9664-33.88494.9964

#3a987f color RGB value is (58,152,127).

#3a987f hex color red value is 58, green value is 152 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #3a987f hue: 0.46 , saturation: 0.45 and the lightness value of 3a987f is 0.41.

The process color (four color CMYK) of #3a987f color hex is 0.62, 0.00, 0.16, 0.40. Web safe color of #3a987f is #339966. Color #3a987f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10011000 01111111
Octal 72 230 177
Decimal 58 152 127
Hex 3A 98 7F

RGB Percentages of Color #3a987f

%17.21
%45.10
%37.69

CMYK Percentages of Color #3a987f

%62
%0
%16
%40

Triadic Colors of #3a987f

#3a987f #7f3a98 #987f3a

Analogous Colors of #3a987f

#3a987f #3a8298 #3a9850

Monochromatic Colors of #3a987f

#3a987f

Complementary Color

#3a987f #983a53

#3a987f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a987f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a987f Color CSS Codes

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

#3a987f Text Font Color

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

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


#3a987f Background Color

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

This div background color is #3a987f


#3a987f Border Color

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

This div border color is #3a987f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,152,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a987f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a987f;
  -webkit-box-shadow: 1px 1px 3px 2px #3a987f;
  box-shadow:         1px 1px 3px 2px #3a987f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,152,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a987f


Comments

No comments written yet.

Please login to write comment.