Color Hex Logo

#3baea6 Color Hex

#3BAEA6
(59,174,166)
0 Favorites   0 Comments

Color spaces of #3baea6

RGB 59174166
HSL0.490.490.46
HSV176°66°68°
CMYK 0.660.000.05   0.32
XYZ23.822633.955141.3748
Yxy33.95510.24030.3425
Hunter Lab58.2710-28.9991-1.3086
CIE-Lab64.9269-33.5740-5.3331

#3baea6 color RGB value is (59,174,166).

#3baea6 hex color red value is 59, green value is 174 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #3baea6 hue: 0.49 , saturation: 0.49 and the lightness value of 3baea6 is 0.46.

The process color (four color CMYK) of #3baea6 color hex is 0.66, 0.00, 0.05, 0.32. Web safe color of #3baea6 is #339999. Color #3baea6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101110 10100110
Octal 73 256 246
Decimal 59 174 166
Hex 3B AE A6

RGB Percentages of Color #3baea6

%14.79
%43.61
%41.60

CMYK Percentages of Color #3baea6

%66
%0
%5
%32

Triadic Colors of #3baea6

#3baea6 #a63bae #aea63b

Analogous Colors of #3baea6

#3baea6 #3b7dae #3bae6d

Monochromatic Colors of #3baea6

#3baea6

Complementary Color

#3baea6 #ae3b43

#3baea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3baea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3baea6 Color CSS Codes

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

#3baea6 Text Font Color

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

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


#3baea6 Background Color

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

This div background color is #3baea6


#3baea6 Border Color

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

This div border color is #3baea6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,174,166, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3baea6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3baea6;
  -webkit-box-shadow: 1px 1px 3px 2px #3baea6;
  box-shadow:         1px 1px 3px 2px #3baea6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,174,166, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3baea6


Comments

No comments written yet.

Please login to write comment.