Color Hex Logo

#3aa88c Color Hex

#3AA88C
(58,168,140)
0 Favorites   0 Comments

Color spaces of #3aa88c

RGB 58168140
HSL0.460.490.44
HSV165°65°66°
CMYK 0.650.000.17   0.34
XYZ20.481230.798329.6761
Yxy30.79830.25300.3804
Hunter Lab55.4962-31.24197.1426
CIE-Lab62.3370-37.89815.3920

#3aa88c color RGB value is (58,168,140).

#3aa88c hex color red value is 58, green value is 168 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #3aa88c hue: 0.46 , saturation: 0.49 and the lightness value of 3aa88c is 0.44.

The process color (four color CMYK) of #3aa88c color hex is 0.65, 0.00, 0.17, 0.34. Web safe color of #3aa88c is #339999. Color #3aa88c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101000 10001100
Octal 72 250 214
Decimal 58 168 140
Hex 3A A8 8C

RGB Percentages of Color #3aa88c

%15.85
%45.90
%38.25

CMYK Percentages of Color #3aa88c

%65
%0
%17
%34

Triadic Colors of #3aa88c

#3aa88c #8c3aa8 #a88c3a

Analogous Colors of #3aa88c

#3aa88c #3a8da8 #3aa855

Monochromatic Colors of #3aa88c

#3aa88c

Complementary Color

#3aa88c #a83a56

#3aa88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aa88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aa88c Color CSS Codes

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

#3aa88c Text Font Color

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

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


#3aa88c Background Color

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

This div background color is #3aa88c


#3aa88c Border Color

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

This div border color is #3aa88c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aa88c


Comments

No comments written yet.

Please login to write comment.