Color Hex Logo

#3bafb4 Color Hex

#3BAFB4
(59,175,180)
0 Favorites   0 Comments

Color spaces of #3bafb4

RGB 59175180
HSL0.510.510.47
HSV182°67°71°
CMYK 0.670.030.00   0.29
XYZ25.371834.885048.5763
Yxy34.88500.23310.3205
Hunter Lab59.0635-26.6833-7.4181
CIE-Lab65.6590-30.0391-12.0302

#3bafb4 color RGB value is (59,175,180).

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

The process color (four color CMYK) of #3bafb4 color hex is 0.67, 0.03, 0.00, 0.29. Web safe color of #3bafb4 is #3399cc. Color #3bafb4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101111 10110100
Octal 73 257 264
Decimal 59 175 180
Hex 3B AF B4

RGB Percentages of Color #3bafb4

%14.25
%42.27
%43.48

CMYK Percentages of Color #3bafb4

%67
%3
%0
%29

Triadic Colors of #3bafb4

#3bafb4 #b43baf #afb43b

Analogous Colors of #3bafb4

#3bafb4 #3b73b4 #3bb47d

Monochromatic Colors of #3bafb4

#3bafb4

Complementary Color

#3bafb4 #b4403b

#3bafb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bafb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bafb4 Color CSS Codes

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

#3bafb4 Text Font Color

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

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


#3bafb4 Background Color

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

This div background color is #3bafb4


#3bafb4 Border Color

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

This div border color is #3bafb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bafb4


Comments

No comments written yet.

Please login to write comment.