Color Hex Logo

#3be08a Color Hex

#3BE08A
(59,224,138)
0 Favorites   0 Comments

Color spaces of #3be08a

RGB 59224138
HSL0.410.730.55
HSV149°74°88°
CMYK 0.740.000.38   0.12
XYZ33.046756.076133.1268
Yxy56.07610.27030.4587
Hunter Lab74.8840-52.274026.1904
CIE-Lab79.6571-60.727830.4113

#3be08a color RGB value is (59,224,138).

#3be08a hex color red value is 59, green value is 224 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #3be08a hue: 0.41 , saturation: 0.73 and the lightness value of 3be08a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11100000 10001010
Octal 73 340 212
Decimal 59 224 138
Hex 3B E0 8A

RGB Percentages of Color #3be08a

%14.01
%53.21
%32.78

CMYK Percentages of Color #3be08a

%74
%0
%38
%12

Triadic Colors of #3be08a

#3be08a #8a3be0 #e08a3b

Analogous Colors of #3be08a

#3be08a #3be0dd #3fe03b

Monochromatic Colors of #3be08a

#3be08a

Complementary Color

#3be08a #e03b91

#3be08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3be08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3be08a Color CSS Codes

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

#3be08a Text Font Color

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

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


#3be08a Background Color

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

This div background color is #3be08a


#3be08a Border Color

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

This div border color is #3be08a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3be08a


Comments

No comments written yet.

Please login to write comment.