Color Hex Logo

#3baac8 Color Hex

#3BAAC8
(59,170,200)
0 Favorites   0 Comments

Color spaces of #3baac8

RGB 59170200
HSL0.540.560.51
HSV193°71°78°
CMYK 0.710.150.00   0.22
XYZ26.603733.849459.7750
Yxy33.84940.22130.2815
Hunter Lab58.1802-20.1939-20.1890
CIE-Lab64.8429-21.3927-24.3790

#3baac8 color RGB value is (59,170,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101010 11001000
Octal 73 252 310
Decimal 59 170 200
Hex 3B AA C8

RGB Percentages of Color #3baac8

%13.75
%39.63
%46.62

CMYK Percentages of Color #3baac8

%71
%15
%0
%22

Triadic Colors of #3baac8

#3baac8 #c83baa #aac83b

Analogous Colors of #3baac8

#3baac8 #3b64c8 #3bc8a0

Monochromatic Colors of #3baac8

#3baac8

Complementary Color

#3baac8 #c8593b

#3baac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3baac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3baac8 Color CSS Codes

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

#3baac8 Text Font Color

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

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


#3baac8 Background Color

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

This div background color is #3baac8


#3baac8 Border Color

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

This div border color is #3baac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3baac8


Comments

No comments written yet.

Please login to write comment.