Color Hex Logo

#3baacb Color Hex

#3BAACB
(59,170,203)
0 Favorites   0 Comments

Color spaces of #3baacb

RGB 59170203
HSL0.540.580.51
HSV194°71°80°
CMYK 0.710.160.00   0.20
XYZ26.957933.991161.6400
Yxy33.99110.21990.2773
Hunter Lab58.3019-19.4926-21.8734
CIE-Lab64.9555-20.4332-25.8706

#3baacb color RGB value is (59,170,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101010 11001011
Octal 73 252 313
Decimal 59 170 203
Hex 3B AA CB

RGB Percentages of Color #3baacb

%13.66
%39.35
%46.99

CMYK Percentages of Color #3baacb

%71
%16
%0
%20

Triadic Colors of #3baacb

#3baacb #cb3baa #aacb3b

Analogous Colors of #3baacb

#3baacb #3b62cb #3bcba4

Monochromatic Colors of #3baacb

#3baacb

Complementary Color

#3baacb #cb5c3b

#3baacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3baacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3baacb Color CSS Codes

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

#3baacb Text Font Color

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

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


#3baacb Background Color

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

This div background color is #3baacb


#3baacb Border Color

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

This div border color is #3baacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3baacb


Comments

No comments written yet.

Please login to write comment.