Color Hex Logo

#3abdab Color Hex

#3ABDAB
(58,189,171)
0 Favorites   0 Comments

Color spaces of #3abdab

RGB 58189171
HSL0.480.530.48
HSV172°69°74°
CMYK 0.690.000.10   0.26
XYZ27.293240.235044.8557
Yxy40.23500.24290.3580
Hunter Lab63.4311-34.19922.4744
CIE-Lab69.6366-39.2538-1.1666

#3abdab color RGB value is (58,189,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111101 10101011
Octal 72 275 253
Decimal 58 189 171
Hex 3A BD AB

RGB Percentages of Color #3abdab

%13.88
%45.22
%40.91

CMYK Percentages of Color #3abdab

%69
%0
%10
%26

Triadic Colors of #3abdab

#3abdab #ab3abd #bdab3a

Analogous Colors of #3abdab

#3abdab #3a8ebd #3abd6a

Monochromatic Colors of #3abdab

#3abdab

Complementary Color

#3abdab #bd3a4c

#3abdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abdab Color CSS Codes

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

#3abdab Text Font Color

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

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


#3abdab Background Color

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

This div background color is #3abdab


#3abdab Border Color

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

This div border color is #3abdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abdab


Comments

No comments written yet.

Please login to write comment.