Color Hex Logo

#3baea8 Color Hex

#3BAEA8
(59,174,168)
0 Favorites   0 Comments

Color spaces of #3baea8

RGB 59174168
HSL0.490.490.46
HSV177°66°68°
CMYK 0.660.000.03   0.32
XYZ24.007634.029142.3487
Yxy34.02910.23920.3390
Hunter Lab58.3345-28.6235-2.2083
CIE-Lab64.9857-33.0133-6.3596

#3baea8 color RGB value is (59,174,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101110 10101000
Octal 73 256 250
Decimal 59 174 168
Hex 3B AE A8

RGB Percentages of Color #3baea8

%14.71
%43.39
%41.90

CMYK Percentages of Color #3baea8

%66
%0
%3
%32

Triadic Colors of #3baea8

#3baea8 #a83bae #aea83b

Analogous Colors of #3baea8

#3baea8 #3b7bae #3bae6f

Monochromatic Colors of #3baea8

#3baea8

Complementary Color

#3baea8 #ae3b41

#3baea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3baea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3baea8 Color CSS Codes

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

#3baea8 Text Font Color

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

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


#3baea8 Background Color

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

This div background color is #3baea8


#3baea8 Border Color

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

This div border color is #3baea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3baea8


Comments

No comments written yet.

Please login to write comment.