Color Hex Logo

#3ab297 Color Hex

#3AB297
(58,178,151)
0 Favorites   0 Comments

Color spaces of #3ab297

RGB 58178151
HSL0.460.510.46
HSV167°67°70°
CMYK 0.670.000.15   0.30
XYZ23.251234.974734.8035
Yxy34.97470.24990.3760
Hunter Lab59.1394-33.31516.5055
CIE-Lab65.7290-39.57204.1651

#3ab297 color RGB value is (58,178,151).

#3ab297 hex color red value is 58, green value is 178 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #3ab297 hue: 0.46 , saturation: 0.51 and the lightness value of 3ab297 is 0.46.

The process color (four color CMYK) of #3ab297 color hex is 0.67, 0.00, 0.15, 0.30. Web safe color of #3ab297 is #339999. Color #3ab297 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10110010 10010111
Octal 72 262 227
Decimal 58 178 151
Hex 3A B2 97

RGB Percentages of Color #3ab297

%14.99
%45.99
%39.02

CMYK Percentages of Color #3ab297

%67
%0
%15
%30

Triadic Colors of #3ab297

#3ab297 #973ab2 #b2973a

Analogous Colors of #3ab297

#3ab297 #3a91b2 #3ab25b

Monochromatic Colors of #3ab297

#3ab297

Complementary Color

#3ab297 #b23a55

#3ab297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ab297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ab297 Color CSS Codes

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

#3ab297 Text Font Color

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

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


#3ab297 Background Color

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

This div background color is #3ab297


#3ab297 Border Color

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

This div border color is #3ab297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ab297


Comments

No comments written yet.

Please login to write comment.