Color Hex Logo

#3b828f Color Hex

#3B828F
(59,130,143)
0 Favorites   0 Comments

Color spaces of #3b828f

RGB 59130143
HSL0.530.420.40
HSV189°59°56°
CMYK 0.590.090.00   0.44
XYZ14.744218.878228.8534
Yxy18.87820.23600.3022
Hunter Lab43.4491-15.4628-8.9586
CIE-Lab50.5444-18.1727-13.7306

#3b828f color RGB value is (59,130,143).

#3b828f hex color red value is 59, green value is 130 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #3b828f hue: 0.53 , saturation: 0.42 and the lightness value of 3b828f is 0.40.

The process color (four color CMYK) of #3b828f color hex is 0.59, 0.09, 0.00, 0.44. Web safe color of #3b828f is #339999. Color #3b828f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10000010 10001111
Octal 73 202 217
Decimal 59 130 143
Hex 3B 82 8F

RGB Percentages of Color #3b828f

%17.77
%39.16
%43.07

CMYK Percentages of Color #3b828f

%59
%9
%0
%44

Triadic Colors of #3b828f

#3b828f #8f3b82 #828f3b

Analogous Colors of #3b828f

#3b828f #3b588f #3b8f72

Monochromatic Colors of #3b828f

#3b828f

Complementary Color

#3b828f #8f483b

#3b828f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b828f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b828f Color CSS Codes

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

#3b828f Text Font Color

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

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


#3b828f Background Color

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

This div background color is #3b828f


#3b828f Border Color

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

This div border color is #3b828f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b828f


Comments

No comments written yet.

Please login to write comment.