Color Hex Logo

#3bd174 Color Hex

#3BD174
(59,209,116)
0 Favorites   0 Comments

Color spaces of #3bd174

RGB 59209116
HSL0.400.620.53
HSV143°72°82°
CMYK 0.720.000.44   0.18
XYZ27.756547.791724.2848
Yxy47.79170.27800.4787
Hunter Lab69.1315-49.312027.5645
CIE-Lab74.6934-59.194235.0788

#3bd174 color RGB value is (59,209,116).

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

The process color (four color CMYK) of #3bd174 color hex is 0.72, 0.00, 0.44, 0.18. Web safe color of #3bd174 is #33cc66. Color #3bd174 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11010001 01110100
Octal 73 321 164
Decimal 59 209 116
Hex 3B D1 74

RGB Percentages of Color #3bd174

%15.36
%54.43
%30.21

CMYK Percentages of Color #3bd174

%72
%0
%44
%18

Triadic Colors of #3bd174

#3bd174 #743bd1 #d1743b

Analogous Colors of #3bd174

#3bd174 #3bd1bf #4dd13b

Monochromatic Colors of #3bd174

#3bd174

Complementary Color

#3bd174 #d13b98

#3bd174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bd174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bd174 Color CSS Codes

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

#3bd174 Text Font Color

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

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


#3bd174 Background Color

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

This div background color is #3bd174


#3bd174 Border Color

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

This div border color is #3bd174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bd174


Comments

No comments written yet.

Please login to write comment.