Color Hex Logo

#3baedb Color Hex

#3BAEDB
(59,174,219)
0 Favorites   0 Comments

Color spaces of #3baedb

RGB 59174219
HSL0.550.690.55
HSV197°73°86°
CMYK 0.730.210.00   0.14
XYZ29.725936.316472.4609
Yxy36.31640.21460.2622
Hunter Lab60.2631-17.4119-29.1067
CIE-Lab66.7610-17.3359-31.9222

#3baedb color RGB value is (59,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101110 11011011
Octal 73 256 333
Decimal 59 174 219
Hex 3B AE DB

RGB Percentages of Color #3baedb

%13.05
%38.50
%48.45

CMYK Percentages of Color #3baedb

%73
%21
%0
%14

Triadic Colors of #3baedb

#3baedb #db3bae #aedb3b

Analogous Colors of #3baedb

#3baedb #3b5edb #3bdbb8

Monochromatic Colors of #3baedb

#3baedb

Complementary Color

#3baedb #db683b

#3baedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3baedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3baedb Color CSS Codes

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

#3baedb Text Font Color

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

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


#3baedb Background Color

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

This div background color is #3baedb


#3baedb Border Color

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

This div border color is #3baedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3baedb


Comments

No comments written yet.

Please login to write comment.