Color Hex Logo

#3b9878 Color Hex

#3B9878
(59,152,120)
0 Favorites   0 Comments

Color spaces of #3b9878

RGB 59152120
HSL0.440.440.41
HSV159°61°60°
CMYK 0.610.000.21   0.40
XYZ16.422024.742321.6795
Yxy24.74230.26130.3937
Hunter Lab49.7416-28.11688.9781
CIE-Lab56.8235-35.41098.7711

#3b9878 color RGB value is (59,152,120).

#3b9878 hex color red value is 59, green value is 152 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #3b9878 hue: 0.44 , saturation: 0.44 and the lightness value of 3b9878 is 0.41.

The process color (four color CMYK) of #3b9878 color hex is 0.61, 0.00, 0.21, 0.40. Web safe color of #3b9878 is #339966. Color #3b9878 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10011000 01111000
Octal 73 230 170
Decimal 59 152 120
Hex 3B 98 78

RGB Percentages of Color #3b9878

%17.82
%45.92
%36.25

CMYK Percentages of Color #3b9878

%61
%0
%21
%40

Triadic Colors of #3b9878

#3b9878 #783b98 #98783b

Analogous Colors of #3b9878

#3b9878 #3b8a98 #3b984a

Monochromatic Colors of #3b9878

#3b9878

Complementary Color

#3b9878 #983b5b

#3b9878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b9878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b9878 Color CSS Codes

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

#3b9878 Text Font Color

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

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


#3b9878 Background Color

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

This div background color is #3b9878


#3b9878 Border Color

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

This div border color is #3b9878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b9878


Comments

No comments written yet.

Please login to write comment.