Color Hex Logo

#3babaf Color Hex

#3BABAF
(59,171,175)
0 Favorites   0 Comments

Color spaces of #3babaf

RGB 59171175
HSL0.510.500.46
HSV182°66°69°
CMYK 0.660.020.00   0.31
XYZ24.104433.150845.6857
Yxy33.15080.23420.3220
Hunter Lab57.5767-26.0306-6.7414
CIE-Lab64.2828-29.5596-11.3095

#3babaf color RGB value is (59,171,175).

#3babaf hex color red value is 59, green value is 171 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #3babaf hue: 0.51 , saturation: 0.50 and the lightness value of 3babaf is 0.46.

The process color (four color CMYK) of #3babaf color hex is 0.66, 0.02, 0.00, 0.31. Web safe color of #3babaf is #339999. Color #3babaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101011 10101111
Octal 73 253 257
Decimal 59 171 175
Hex 3B AB AF

RGB Percentages of Color #3babaf

%14.57
%42.22
%43.21

CMYK Percentages of Color #3babaf

%66
%2
%0
%31

Triadic Colors of #3babaf

#3babaf #af3bab #abaf3b

Analogous Colors of #3babaf

#3babaf #3b71af #3baf79

Monochromatic Colors of #3babaf

#3babaf

Complementary Color

#3babaf #af3f3b

#3babaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3babaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3babaf Color CSS Codes

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

#3babaf Text Font Color

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

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


#3babaf Background Color

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

This div background color is #3babaf


#3babaf Border Color

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

This div border color is #3babaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3babaf


Comments

No comments written yet.

Please login to write comment.