Color Hex Logo

#3bafab Color Hex

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

Color spaces of #3bafab

RGB 59175171
HSL0.490.500.46
HSV178°66°69°
CMYK 0.660.000.02   0.31
XYZ24.484334.530043.9026
Yxy34.53000.23790.3355
Hunter Lab58.7622-28.4588-3.1633
CIE-Lab65.3811-32.6395-7.4420

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

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

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

Base Numbers

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

RGB Percentages of Color #3bafab

%14.57
%43.21
%42.22

CMYK Percentages of Color #3bafab

%66
%0
%2
%31

Triadic Colors of #3bafab

#3bafab #ab3baf #afab3b

Analogous Colors of #3bafab

#3bafab #3b79af #3baf71

Monochromatic Colors of #3bafab

#3bafab

Complementary Color

#3bafab #af3b3f

#3bafab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bafab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bafab Color CSS Codes

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

#3bafab Text Font Color

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

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


#3bafab Background Color

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

This div background color is #3bafab


#3bafab Border Color

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

This div border color is #3bafab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bafab


Comments

No comments written yet.

Please login to write comment.