Color Hex Logo

#3abcab Color Hex

#3ABCAB
(58,188,171)
0 Favorites   0 Comments

Color spaces of #3abcab

RGB 58188171
HSL0.480.530.48
HSV172°69°74°
CMYK 0.690.000.09   0.26
XYZ27.078839.806344.7842
Yxy39.80630.24250.3565
Hunter Lab63.0922-33.80032.0793
CIE-Lab69.3313-38.8042-1.6137

#3abcab color RGB value is (58,188,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111100 10101011
Octal 72 274 253
Decimal 58 188 171
Hex 3A BC AB

RGB Percentages of Color #3abcab

%13.91
%45.08
%41.01

CMYK Percentages of Color #3abcab

%69
%0
%9
%26

Triadic Colors of #3abcab

#3abcab #ab3abc #bcab3a

Analogous Colors of #3abcab

#3abcab #3a8cbc #3abc6a

Monochromatic Colors of #3abcab

#3abcab

Complementary Color

#3abcab #bc3a4b

#3abcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abcab Color CSS Codes

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

#3abcab Text Font Color

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

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


#3abcab Background Color

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

This div background color is #3abcab


#3abcab Border Color

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

This div border color is #3abcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abcab


Comments

No comments written yet.

Please login to write comment.