Color Hex Logo

#3baacd Color Hex

#3BAACD
(59,170,205)
0 Favorites   0 Comments

Color spaces of #3baacd

RGB 59170205
HSL0.540.590.52
HSV194°71°80°
CMYK 0.710.170.00   0.20
XYZ27.197834.087062.9036
Yxy34.08700.21900.2745
Hunter Lab58.3841-19.0192-23.0108
CIE-Lab65.0316-19.7894-26.8623

#3baacd color RGB value is (59,170,205).

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

The process color (four color CMYK) of #3baacd color hex is 0.71, 0.17, 0.00, 0.20. Web safe color of #3baacd is #3399cc. Color #3baacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101010 11001101
Octal 73 252 315
Decimal 59 170 205
Hex 3B AA CD

RGB Percentages of Color #3baacd

%13.59
%39.17
%47.24

CMYK Percentages of Color #3baacd

%71
%17
%0
%20

Triadic Colors of #3baacd

#3baacd #cd3baa #aacd3b

Analogous Colors of #3baacd

#3baacd #3b61cd #3bcda7

Monochromatic Colors of #3baacd

#3baacd

Complementary Color

#3baacd #cd5e3b

#3baacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3baacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3baacd Color CSS Codes

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

#3baacd Text Font Color

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

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


#3baacd Background Color

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

This div background color is #3baacd


#3baacd Border Color

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

This div border color is #3baacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3baacd


Comments

No comments written yet.

Please login to write comment.