Color Hex Logo

#3babd8 Color Hex

#3BABD8
(59,171,216)
0 Favorites   0 Comments

Color spaces of #3babd8

RGB 59171216
HSL0.550.670.54
HSV197°73°85°
CMYK 0.730.210.00   0.15
XYZ28.761235.013570.2082
Yxy35.01350.21470.2613
Hunter Lab59.1722-16.7898-28.9274
CIE-Lab65.7592-16.7297-31.8209

#3babd8 color RGB value is (59,171,216).

#3babd8 hex color red value is 59, green value is 171 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #3babd8 hue: 0.55 , saturation: 0.67 and the lightness value of 3babd8 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101011 11011000
Octal 73 253 330
Decimal 59 171 216
Hex 3B AB D8

RGB Percentages of Color #3babd8

%13.23
%38.34
%48.43

CMYK Percentages of Color #3babd8

%73
%21
%0
%15

Triadic Colors of #3babd8

#3babd8 #d83bab #abd83b

Analogous Colors of #3babd8

#3babd8 #3b5dd8 #3bd8b7

Monochromatic Colors of #3babd8

#3babd8

Complementary Color

#3babd8 #d8683b

#3babd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3babd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3babd8 Color CSS Codes

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

#3babd8 Text Font Color

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

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


#3babd8 Background Color

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

This div background color is #3babd8


#3babd8 Border Color

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

This div border color is #3babd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3babd8


Comments

No comments written yet.

Please login to write comment.