Color Hex Logo

#3baabc Color Hex

#3BAABC
(59,170,188)
0 Favorites   0 Comments

Color spaces of #3baabc

RGB 59170188
HSL0.520.520.48
HSV188°69°74°
CMYK 0.690.100.00   0.26
XYZ25.255533.310152.6753
Yxy33.31010.22700.2994
Hunter Lab57.7149-22.8912-13.7124
CIE-Lab64.4112-25.1532-18.3645

#3baabc color RGB value is (59,170,188).

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

The process color (four color CMYK) of #3baabc color hex is 0.69, 0.10, 0.00, 0.26. Web safe color of #3baabc is #3399cc. Color #3baabc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101010 10111100
Octal 73 252 274
Decimal 59 170 188
Hex 3B AA BC

RGB Percentages of Color #3baabc

%14.15
%40.77
%45.08

CMYK Percentages of Color #3baabc

%69
%10
%0
%26

Triadic Colors of #3baabc

#3baabc #bc3baa #aabc3b

Analogous Colors of #3baabc

#3baabc #3b6abc #3bbc8e

Monochromatic Colors of #3baabc

#3baabc

Complementary Color

#3baabc #bc4d3b

#3baabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3baabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3baabc Color CSS Codes

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

#3baabc Text Font Color

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

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


#3baabc Background Color

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

This div background color is #3baabc


#3baabc Border Color

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

This div border color is #3baabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3baabc

#3baabc Color Palettes


Comments

No comments written yet.

Please login to write comment.