Color Hex Logo

#2a8389 Color Hex

#2A8389
(42,131,137)
0 Favorites   0 Comments

Color spaces of #2a8389

RGB 42131137
HSL0.510.530.35
HSV184°69°54°
CMYK 0.690.040.00   0.46
XYZ13.586518.531026.5277
Yxy18.53100.23170.3160
Hunter Lab43.0476-18.9960-6.4035
CIE-Lab50.1339-23.6274-10.8896

#2a8389 color RGB value is (42,131,137).

#2a8389 hex color red value is 42, green value is 131 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #2a8389 hue: 0.51 , saturation: 0.53 and the lightness value of 2a8389 is 0.35.

The process color (four color CMYK) of #2a8389 color hex is 0.69, 0.04, 0.00, 0.46. Web safe color of #2a8389 is #339999. Color #2a8389 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10000011 10001001
Octal 52 203 211
Decimal 42 131 137
Hex 2A 83 89

RGB Percentages of Color #2a8389

%13.55
%42.26
%44.19

CMYK Percentages of Color #2a8389

%69
%4
%0
%46

Triadic Colors of #2a8389

#2a8389 #892a83 #83892a

Analogous Colors of #2a8389

#2a8389 #2a5489 #2a895f

Monochromatic Colors of #2a8389

#2a8389

Complementary Color

#2a8389 #89302a

#2a8389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a8389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a8389 Color CSS Codes

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

#2a8389 Text Font Color

<p style="color:#2a8389">Text here</p>

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


#2a8389 Background Color

<div style="background-color:#2a8389">
Div content here</div>

This div background color is #2a8389


#2a8389 Border Color

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

This div border color is #2a8389


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,131,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2a8389; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2a8389;
  -webkit-box-shadow: 1px 1px 3px 2px #2a8389;
  box-shadow:         1px 1px 3px 2px #2a8389; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,131,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a8389


Comments

No comments written yet.

Please login to write comment.