Color Hex Logo

#3ab9be Color Hex

#3AB9BE
(58,185,190)
0 Favorites   0 Comments

Color spaces of #3ab9be

RGB 58185190
HSL0.510.530.49
HSV182°69°75°
CMYK 0.690.030.00   0.25
XYZ28.388139.315254.8076
Yxy39.31520.23170.3209
Hunter Lab62.7018-28.9128-7.9340
CIE-Lab68.9790-32.0660-12.5797

#3ab9be color RGB value is (58,185,190).

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

The process color (four color CMYK) of #3ab9be color hex is 0.69, 0.03, 0.00, 0.25. Web safe color of #3ab9be is #33cccc. Color #3ab9be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111001 10111110
Octal 72 271 276
Decimal 58 185 190
Hex 3A B9 BE

RGB Percentages of Color #3ab9be

%13.39
%42.73
%43.88

CMYK Percentages of Color #3ab9be

%69
%3
%0
%25

Triadic Colors of #3ab9be

#3ab9be #be3ab9 #b9be3a

Analogous Colors of #3ab9be

#3ab9be #3a77be #3abe81

Monochromatic Colors of #3ab9be

#3ab9be

Complementary Color

#3ab9be #be3f3a

#3ab9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ab9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ab9be Color CSS Codes

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

#3ab9be Text Font Color

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

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


#3ab9be Background Color

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

This div background color is #3ab9be


#3ab9be Border Color

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

This div border color is #3ab9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ab9be


Comments

No comments written yet.

Please login to write comment.