Color Hex Logo

#3befb4 Color Hex

#3BEFB4
(59,239,180)
0 Favorites   0 Comments

Color spaces of #3befb4

RGB 59239180
HSL0.450.850.58
HSV160°75°94°
CMYK 0.750.000.25   0.06
XYZ40.908465.958153.7551
Yxy65.95810.25470.4106
Hunter Lab81.2146-52.213717.6068
CIE-Lab84.9750-57.727616.0247

#3befb4 color RGB value is (59,239,180).

#3befb4 hex color red value is 59, green value is 239 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #3befb4 hue: 0.45 , saturation: 0.85 and the lightness value of 3befb4 is 0.58.

The process color (four color CMYK) of #3befb4 color hex is 0.75, 0.00, 0.25, 0.06. Web safe color of #3befb4 is #33ffcc. Color #3befb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101111 10110100
Octal 73 357 264
Decimal 59 239 180
Hex 3B EF B4

RGB Percentages of Color #3befb4

%12.34
%50.00
%37.66

CMYK Percentages of Color #3befb4

%75
%0
%25
%6

Triadic Colors of #3befb4

#3befb4 #b43bef #efb43b

Analogous Colors of #3befb4

#3befb4 #3bd0ef #3bef5a

Monochromatic Colors of #3befb4

#3befb4

Complementary Color

#3befb4 #ef3b76

#3befb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3befb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3befb4 Color CSS Codes

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

#3befb4 Text Font Color

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

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


#3befb4 Background Color

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

This div background color is #3befb4


#3befb4 Border Color

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

This div border color is #3befb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3befb4


Comments

No comments written yet.

Please login to write comment.