Color Hex Logo

#3bbdad Color Hex

#3BBDAD
(59,189,173)
0 Favorites   0 Comments

Color spaces of #3bbdad

RGB 59189173
HSL0.480.520.49
HSV173°69°74°
CMYK 0.690.000.08   0.26
XYZ27.544140.342145.8702
Yxy40.34210.24210.3546
Hunter Lab63.5154-33.74371.6422
CIE-Lab69.7125-38.5733-2.1492

#3bbdad color RGB value is (59,189,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111101 10101101
Octal 73 275 255
Decimal 59 189 173
Hex 3B BD AD

RGB Percentages of Color #3bbdad

%14.01
%44.89
%41.09

CMYK Percentages of Color #3bbdad

%69
%0
%8
%26

Triadic Colors of #3bbdad

#3bbdad #ad3bbd #bdad3b

Analogous Colors of #3bbdad

#3bbdad #3b8cbd #3bbd6c

Monochromatic Colors of #3bbdad

#3bbdad

Complementary Color

#3bbdad #bd3b4b

#3bbdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbdad Color CSS Codes

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

#3bbdad Text Font Color

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

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


#3bbdad Background Color

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

This div background color is #3bbdad


#3bbdad Border Color

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

This div border color is #3bbdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbdad


Comments

No comments written yet.

Please login to write comment.