Color Hex Logo

#3badab Color Hex

#3BADAB
(59,173,171)
0 Favorites   0 Comments

Color spaces of #3badab

RGB 59173171
HSL0.500.490.45
HSV179°66°68°
CMYK 0.660.000.01   0.32
XYZ24.097933.757243.7738
Yxy33.75720.23710.3322
Hunter Lab58.1009-27.6421-3.9990
CIE-Lab64.7694-31.6853-8.3521

#3badab color RGB value is (59,173,171).

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

The process color (four color CMYK) of #3badab color hex is 0.66, 0.00, 0.01, 0.32. Web safe color of #3badab is #339999. Color #3badab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101101 10101011
Octal 73 255 253
Decimal 59 173 171
Hex 3B AD AB

RGB Percentages of Color #3badab

%14.64
%42.93
%42.43

CMYK Percentages of Color #3badab

%66
%0
%1
%32

Triadic Colors of #3badab

#3badab #ab3bad #adab3b

Analogous Colors of #3badab

#3badab #3b76ad #3bad72

Monochromatic Colors of #3badab

#3badab

Complementary Color

#3badab #ad3b3d

#3badab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3badab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3badab Color CSS Codes

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

#3badab Text Font Color

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

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


#3badab Background Color

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

This div background color is #3badab


#3badab Border Color

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

This div border color is #3badab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,173,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 #3badab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3badab


Comments

No comments written yet.

Please login to write comment.