Color Hex Logo

#3ab6be Color Hex

#3AB6BE
(58,182,190)
0 Favorites   0 Comments

Color spaces of #3ab6be

RGB 58182190
HSL0.510.530.49
HSV184°69°75°
CMYK 0.690.040.00   0.25
XYZ27.767138.073154.6006
Yxy38.07310.23050.3161
Hunter Lab61.7034-27.6543-9.2726
CIE-Lab68.0745-30.6222-13.9386

#3ab6be color RGB value is (58,182,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10110110 10111110
Octal 72 266 276
Decimal 58 182 190
Hex 3A B6 BE

RGB Percentages of Color #3ab6be

%13.49
%42.33
%44.19

CMYK Percentages of Color #3ab6be

%69
%4
%0
%25

Triadic Colors of #3ab6be

#3ab6be #be3ab6 #b6be3a

Analogous Colors of #3ab6be

#3ab6be #3a74be #3abe84

Monochromatic Colors of #3ab6be

#3ab6be

Complementary Color

#3ab6be #be423a

#3ab6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ab6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ab6be Color CSS Codes

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

#3ab6be Text Font Color

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

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


#3ab6be Background Color

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

This div background color is #3ab6be


#3ab6be Border Color

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

This div border color is #3ab6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ab6be


Comments

No comments written yet.

Please login to write comment.