Color Hex Logo

#3babbb Color Hex

#3BABBB
(59,171,187)
0 Favorites   0 Comments

Color spaces of #3babbb

RGB 59171187
HSL0.520.520.48
HSV188°68°73°
CMYK 0.680.090.00   0.27
XYZ25.336233.643552.1722
Yxy33.64350.22790.3027
Hunter Lab58.0030-23.5350-12.7277
CIE-Lab64.6786-25.9637-17.4021

#3babbb color RGB value is (59,171,187).

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

The process color (four color CMYK) of #3babbb color hex is 0.68, 0.09, 0.00, 0.27. Web safe color of #3babbb is #3399cc. Color #3babbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101011 10111011
Octal 73 253 273
Decimal 59 171 187
Hex 3B AB BB

RGB Percentages of Color #3babbb

%14.15
%41.01
%44.84

CMYK Percentages of Color #3babbb

%68
%9
%0
%27

Triadic Colors of #3babbb

#3babbb #bb3bab #abbb3b

Analogous Colors of #3babbb

#3babbb #3b6bbb #3bbb8b

Monochromatic Colors of #3babbb

#3babbb

Complementary Color

#3babbb #bb4b3b

#3babbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3babbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3babbb Color CSS Codes

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

#3babbb Text Font Color

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

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


#3babbb Background Color

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

This div background color is #3babbb


#3babbb Border Color

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

This div border color is #3babbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3babbb


Comments

No comments written yet.

Please login to write comment.