Color Hex Logo

#3be491 Color Hex

#3BE491
(59,228,145)
0 Favorites   0 Comments

Color spaces of #3be491

RGB 59228145
HSL0.420.760.56
HSV151°74°89°
CMYK 0.740.000.36   0.11
XYZ34.657958.460936.2455
Yxy58.46090.26790.4519
Hunter Lab76.4597-52.893525.4156
CIE-Lab80.9944-60.868328.6216

#3be491 color RGB value is (59,228,145).

#3be491 hex color red value is 59, green value is 228 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #3be491 hue: 0.42 , saturation: 0.76 and the lightness value of 3be491 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11100100 10010001
Octal 73 344 221
Decimal 59 228 145
Hex 3B E4 91

RGB Percentages of Color #3be491

%13.66
%52.78
%33.56

CMYK Percentages of Color #3be491

%74
%0
%36
%11

Triadic Colors of #3be491

#3be491 #913be4 #e4913b

Analogous Colors of #3be491

#3be491 #3be3e4 #3be43c

Monochromatic Colors of #3be491

#3be491

Complementary Color

#3be491 #e43b8e

#3be491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3be491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3be491 Color CSS Codes

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

#3be491 Text Font Color

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

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


#3be491 Background Color

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

This div background color is #3be491


#3be491 Border Color

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

This div border color is #3be491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3be491


Comments

No comments written yet.

Please login to write comment.