Color Hex Logo

#39bbab Color Hex

#39BBAB
(57,187,171)
0 Favorites   0 Comments

Color spaces of #39bbab

RGB 57187171
HSL0.480.530.48
HSV173°70°73°
CMYK 0.700.000.09   0.27
XYZ26.808439.350844.7106
Yxy39.35080.24180.3549
Hunter Lab62.7302-33.49411.6525
CIE-Lab69.0046-38.4946-2.0955

#39bbab color RGB value is (57,187,171).

#39bbab hex color red value is 57, green value is 187 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #39bbab hue: 0.48 , saturation: 0.53 and the lightness value of 39bbab is 0.48.

The process color (four color CMYK) of #39bbab color hex is 0.70, 0.00, 0.09, 0.27. Web safe color of #39bbab is #33cc99. Color #39bbab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10111011 10101011
Octal 71 273 253
Decimal 57 187 171
Hex 39 BB AB

RGB Percentages of Color #39bbab

%13.73
%45.06
%41.20

CMYK Percentages of Color #39bbab

%70
%0
%9
%27

Triadic Colors of #39bbab

#39bbab #ab39bb #bbab39

Analogous Colors of #39bbab

#39bbab #398abb #39bb6a

Monochromatic Colors of #39bbab

#39bbab

Complementary Color

#39bbab #bb3949

#39bbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39bbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#39bbab Color CSS Codes

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

#39bbab Text Font Color

<p style="color:#39bbab">Text here</p>

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


#39bbab Background Color

<div style="background-color:#39bbab">
Div content here</div>

This div background color is #39bbab


#39bbab Border Color

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

This div border color is #39bbab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,187,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39bbab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39bbab;
  -webkit-box-shadow: 1px 1px 3px 2px #39bbab;
  box-shadow:         1px 1px 3px 2px #39bbab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,187,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 #39bbab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39bbab


Comments

No comments written yet.

Please login to write comment.