Color Hex Logo

#3baade Color Hex

#3BAADE
(59,170,222)
0 Favorites   0 Comments

Color spaces of #3baade

RGB 59170222
HSL0.550.710.55
HSV199°73°87°
CMYK 0.730.230.00   0.13
XYZ29.363234.953274.3063
Yxy34.95320.21180.2521
Hunter Lab59.1212-14.8082-33.1336
CIE-Lab65.7122-14.2014-35.2003

#3baade color RGB value is (59,170,222).

#3baade hex color red value is 59, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #3baade hue: 0.55 , saturation: 0.71 and the lightness value of 3baade is 0.55.

The process color (four color CMYK) of #3baade color hex is 0.73, 0.23, 0.00, 0.13. Web safe color of #3baade is #3399cc. Color #3baade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101010 11011110
Octal 73 252 336
Decimal 59 170 222
Hex 3B AA DE

RGB Percentages of Color #3baade

%13.08
%37.69
%49.22

CMYK Percentages of Color #3baade

%73
%23
%0
%13

Triadic Colors of #3baade

#3baade #de3baa #aade3b

Analogous Colors of #3baade

#3baade #3b59de #3bdec1

Monochromatic Colors of #3baade

#3baade

Complementary Color

#3baade #de6f3b

#3baade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3baade Color Preview on White Background

Lorem ipsum dolor sit amet.

#3baade Color CSS Codes

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

#3baade Text Font Color

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

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


#3baade Background Color

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

This div background color is #3baade


#3baade Border Color

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

This div border color is #3baade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3baade


Comments

No comments written yet.

Please login to write comment.