Color Hex Logo

#3baaec Color Hex

#3BAAEC
(59,170,236)
0 Favorites   0 Comments

Color spaces of #3baaec

RGB 59170236
HSL0.560.820.58
HSV202°75°93°
CMYK 0.750.280.00   0.07
XYZ31.318735.735484.6038
Yxy35.73540.20650.2356
Hunter Lab59.7791-11.0960-42.0662
CIE-Lab66.3173-9.4666-41.9419

#3baaec color RGB value is (59,170,236).

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

The process color (four color CMYK) of #3baaec color hex is 0.75, 0.28, 0.00, 0.07. Web safe color of #3baaec is #3399ff. Color #3baaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101010 11101100
Octal 73 252 354
Decimal 59 170 236
Hex 3B AA EC

RGB Percentages of Color #3baaec

%12.69
%36.56
%50.75

CMYK Percentages of Color #3baaec

%75
%28
%0
%7

Triadic Colors of #3baaec

#3baaec #ec3baa #aaec3b

Analogous Colors of #3baaec

#3baaec #3b52ec #3becd6

Monochromatic Colors of #3baaec

#3baaec

Complementary Color

#3baaec #ec7d3b

#3baaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3baaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3baaec Color CSS Codes

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

#3baaec Text Font Color

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

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


#3baaec Background Color

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

This div background color is #3baaec


#3baaec Border Color

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

This div border color is #3baaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3baaec


Comments

No comments written yet.

Please login to write comment.