Color Hex Logo

#3abdbb Color Hex

#3ABDBB
(58,189,187)
0 Favorites   0 Comments

Color spaces of #3abdbb

RGB 58189187
HSL0.500.530.48
HSV179°69°74°
CMYK 0.690.000.01   0.26
XYZ28.912240.882653.3810
Yxy40.88260.23470.3319
Hunter Lab63.9395-31.1799-4.7416
CIE-Lab70.0936-34.8261-9.2654

#3abdbb color RGB value is (58,189,187).

#3abdbb hex color red value is 58, green value is 189 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #3abdbb hue: 0.50 , saturation: 0.53 and the lightness value of 3abdbb is 0.48.

The process color (four color CMYK) of #3abdbb color hex is 0.69, 0.00, 0.01, 0.26. Web safe color of #3abdbb is #33cccc. Color #3abdbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111101 10111011
Octal 72 275 273
Decimal 58 189 187
Hex 3A BD BB

RGB Percentages of Color #3abdbb

%13.36
%43.55
%43.09

CMYK Percentages of Color #3abdbb

%69
%0
%1
%26

Triadic Colors of #3abdbb

#3abdbb #bb3abd #bdbb3a

Analogous Colors of #3abdbb

#3abdbb #3a7ebd #3abd7a

Monochromatic Colors of #3abdbb

#3abdbb

Complementary Color

#3abdbb #bd3a3c

#3abdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abdbb Color CSS Codes

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

#3abdbb Text Font Color

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

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


#3abdbb Background Color

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

This div background color is #3abdbb


#3abdbb Border Color

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

This div border color is #3abdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abdbb


Comments

No comments written yet.

Please login to write comment.