Color Hex Logo

#3be380 Color Hex

#3BE380
(59,227,128)
0 Favorites   0 Comments

Color spaces of #3be380

RGB 59227128
HSL0.400.750.56
HSV145°74°89°
CMYK 0.740.000.44   0.11
XYZ33.169057.426529.7583
Yxy57.42650.27560.4771
Hunter Lab75.7803-54.486129.7635
CIE-Lab80.4189-63.578136.4480

#3be380 color RGB value is (59,227,128).

#3be380 hex color red value is 59, green value is 227 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #3be380 hue: 0.40 , saturation: 0.75 and the lightness value of 3be380 is 0.56.

The process color (four color CMYK) of #3be380 color hex is 0.74, 0.00, 0.44, 0.11. Web safe color of #3be380 is #33cc99. Color #3be380 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11100011 10000000
Octal 73 343 200
Decimal 59 227 128
Hex 3B E3 80

RGB Percentages of Color #3be380

%14.25
%54.83
%30.92

CMYK Percentages of Color #3be380

%74
%0
%44
%11

Triadic Colors of #3be380

#3be380 #803be3 #e3803b

Analogous Colors of #3be380

#3be380 #3be3d4 #4ae33b

Monochromatic Colors of #3be380

#3be380

Complementary Color

#3be380 #e33b9e

#3be380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3be380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3be380 Color CSS Codes

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

#3be380 Text Font Color

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

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


#3be380 Background Color

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

This div background color is #3be380


#3be380 Border Color

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

This div border color is #3be380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3be380


Comments

No comments written yet.

Please login to write comment.