Color Hex Logo

#3bebbe Color Hex

#3BEBBE
(59,235,190)
0 Favorites   0 Comments

Color spaces of #3bebbe

RGB 59235190
HSL0.460.810.58
HSV165°75°92°
CMYK 0.750.000.19   0.08
XYZ40.806264.064258.9301
Yxy64.06420.24910.3911
Hunter Lab80.0401-49.067012.3754
CIE-Lab83.9992-53.83609.4244

#3bebbe color RGB value is (59,235,190).

#3bebbe hex color red value is 59, green value is 235 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3bebbe hue: 0.46 , saturation: 0.81 and the lightness value of 3bebbe is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101011 10111110
Octal 73 353 276
Decimal 59 235 190
Hex 3B EB BE

RGB Percentages of Color #3bebbe

%12.19
%48.55
%39.26

CMYK Percentages of Color #3bebbe

%75
%0
%19
%8

Triadic Colors of #3bebbe

#3bebbe #be3beb #ebbe3b

Analogous Colors of #3bebbe

#3bebbe #3bc0eb #3beb66

Monochromatic Colors of #3bebbe

#3bebbe

Complementary Color

#3bebbe #eb3b68

#3bebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bebbe Color CSS Codes

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

#3bebbe Text Font Color

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

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


#3bebbe Background Color

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

This div background color is #3bebbe


#3bebbe Border Color

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

This div border color is #3bebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bebbe


Comments

No comments written yet.

Please login to write comment.