Color Hex Logo

#3bbeab Color Hex

#3BBEAB
(59,190,171)
0 Favorites   0 Comments

Color spaces of #3bbeab

RGB 59190171
HSL0.480.530.49
HSV171°69°75°
CMYK 0.690.000.10   0.25
XYZ27.567840.697044.9304
Yxy40.69700.24350.3595
Hunter Lab63.7942-34.50352.8979
CIE-Lab69.9631-39.5587-0.6862

#3bbeab color RGB value is (59,190,171).

#3bbeab hex color red value is 59, green value is 190 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3bbeab hue: 0.48 , saturation: 0.53 and the lightness value of 3bbeab is 0.49.

The process color (four color CMYK) of #3bbeab color hex is 0.69, 0.00, 0.10, 0.25. Web safe color of #3bbeab is #33cc99. Color #3bbeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111110 10101011
Octal 73 276 253
Decimal 59 190 171
Hex 3B BE AB

RGB Percentages of Color #3bbeab

%14.05
%45.24
%40.71

CMYK Percentages of Color #3bbeab

%69
%0
%10
%25

Triadic Colors of #3bbeab

#3bbeab #ab3bbe #beab3b

Analogous Colors of #3bbeab

#3bbeab #3b90be #3bbe6a

Monochromatic Colors of #3bbeab

#3bbeab

Complementary Color

#3bbeab #be3b4e

#3bbeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbeab Color CSS Codes

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

#3bbeab Text Font Color

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

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


#3bbeab Background Color

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

This div background color is #3bbeab


#3bbeab Border Color

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

This div border color is #3bbeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbeab


Comments

No comments written yet.

Please login to write comment.