Color Hex Logo

#3abea1 Color Hex

#3ABEA1
(58,190,161)
0 Favorites   0 Comments

Color spaces of #3abea1

RGB 58190161
HSL0.460.530.49
HSV167°69°75°
CMYK 0.690.000.15   0.25
XYZ26.591440.299740.0953
Yxy40.29970.24850.3767
Hunter Lab63.4820-36.32346.9898
CIE-Lab69.6825-42.30354.3750

#3abea1 color RGB value is (58,190,161).

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

The process color (four color CMYK) of #3abea1 color hex is 0.69, 0.00, 0.15, 0.25. Web safe color of #3abea1 is #33cc99. Color #3abea1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111110 10100001
Octal 72 276 241
Decimal 58 190 161
Hex 3A BE A1

RGB Percentages of Color #3abea1

%14.18
%46.45
%39.36

CMYK Percentages of Color #3abea1

%69
%0
%15
%25

Triadic Colors of #3abea1

#3abea1 #a13abe #bea13a

Analogous Colors of #3abea1

#3abea1 #3a99be #3abe5f

Monochromatic Colors of #3abea1

#3abea1

Complementary Color

#3abea1 #be3a57

#3abea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abea1 Color CSS Codes

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

#3abea1 Text Font Color

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

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


#3abea1 Background Color

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

This div background color is #3abea1


#3abea1 Border Color

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

This div border color is #3abea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abea1


Comments

No comments written yet.

Please login to write comment.