Color Hex Logo

#3baae6 Color Hex

#3BAAE6
(59,170,230)
0 Favorites   0 Comments

Color spaces of #3baae6

RGB 59170230
HSL0.560.770.57
HSV201°74°90°
CMYK 0.740.260.00   0.10
XYZ30.461335.392480.0889
Yxy35.39240.20870.2425
Hunter Lab59.4915-12.7132-38.1736
CIE-Lab66.0530-11.5084-39.0667

#3baae6 color RGB value is (59,170,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101010 11100110
Octal 73 252 346
Decimal 59 170 230
Hex 3B AA E6

RGB Percentages of Color #3baae6

%12.85
%37.04
%50.11

CMYK Percentages of Color #3baae6

%74
%26
%0
%10

Triadic Colors of #3baae6

#3baae6 #e63baa #aae63b

Analogous Colors of #3baae6

#3baae6 #3b54e6 #3be6cd

Monochromatic Colors of #3baae6

#3baae6

Complementary Color

#3baae6 #e6773b

#3baae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3baae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3baae6 Color CSS Codes

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

#3baae6 Text Font Color

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

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


#3baae6 Background Color

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

This div background color is #3baae6


#3baae6 Border Color

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

This div border color is #3baae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3baae6


Comments

No comments written yet.

Please login to write comment.