Color Hex Logo

#3babd2 Color Hex

#3BABD2
(59,171,210)
0 Favorites   0 Comments

Color spaces of #3babd2

RGB 59171210
HSL0.540.630.53
HSV195°72°82°
CMYK 0.720.190.00   0.18
XYZ27.999434.708866.1965
Yxy34.70880.21720.2693
Hunter Lab58.9142-18.2664-25.3789
CIE-Lab65.5213-18.6947-28.8752

#3babd2 color RGB value is (59,171,210).

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

The process color (four color CMYK) of #3babd2 color hex is 0.72, 0.19, 0.00, 0.18. Web safe color of #3babd2 is #3399cc. Color #3babd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101011 11010010
Octal 73 253 322
Decimal 59 171 210
Hex 3B AB D2

RGB Percentages of Color #3babd2

%13.41
%38.86
%47.73

CMYK Percentages of Color #3babd2

%72
%19
%0
%18

Triadic Colors of #3babd2

#3babd2 #d23bab #abd23b

Analogous Colors of #3babd2

#3babd2 #3b60d2 #3bd2ae

Monochromatic Colors of #3babd2

#3babd2

Complementary Color

#3babd2 #d2623b

#3babd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3babd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3babd2 Color CSS Codes

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

#3babd2 Text Font Color

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

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


#3babd2 Background Color

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

This div background color is #3babd2


#3babd2 Border Color

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

This div border color is #3babd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3babd2


Comments

No comments written yet.

Please login to write comment.