Color Hex Logo

#3b8aaa Color Hex

#3B8AAA
(59,138,170)
0 Favorites   0 Comments

Color spaces of #3b8aaa

RGB 59138170
HSL0.550.480.45
HSV197°65°67°
CMYK 0.650.190.00   0.33
XYZ18.147822.009041.3219
Yxy22.00900.22270.2701
Hunter Lab46.9138-13.0493-19.3833
CIE-Lab54.0366-13.9661-24.0478

#3b8aaa color RGB value is (59,138,170).

#3b8aaa hex color red value is 59, green value is 138 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3b8aaa hue: 0.55 , saturation: 0.48 and the lightness value of 3b8aaa is 0.45.

The process color (four color CMYK) of #3b8aaa color hex is 0.65, 0.19, 0.00, 0.33. Web safe color of #3b8aaa is #339999. Color #3b8aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10001010 10101010
Octal 73 212 252
Decimal 59 138 170
Hex 3B 8A AA

RGB Percentages of Color #3b8aaa

%16.08
%37.60
%46.32

CMYK Percentages of Color #3b8aaa

%65
%19
%0
%33

Triadic Colors of #3b8aaa

#3b8aaa #aa3b8a #8aaa3b

Analogous Colors of #3b8aaa

#3b8aaa #3b52aa #3baa93

Monochromatic Colors of #3b8aaa

#3b8aaa

Complementary Color

#3b8aaa #aa5b3b

#3b8aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b8aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b8aaa Color CSS Codes

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

#3b8aaa Text Font Color

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

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


#3b8aaa Background Color

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

This div background color is #3b8aaa


#3b8aaa Border Color

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

This div border color is #3b8aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b8aaa


Comments

No comments written yet.

Please login to write comment.