Color Hex Logo

#3abbb0 Color Hex

#3ABBB0
(58,187,176)
0 Favorites   0 Comments

Color spaces of #3abbb0

RGB 58187176
HSL0.490.530.48
HSV175°69°73°
CMYK 0.690.000.06   0.27
XYZ27.351739.574847.2714
Yxy39.57480.23950.3465
Hunter Lab62.9085-32.4807-0.5164
CIE-Lab69.1656-36.9882-4.6035

#3abbb0 color RGB value is (58,187,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111011 10110000
Octal 72 273 260
Decimal 58 187 176
Hex 3A BB B0

RGB Percentages of Color #3abbb0

%13.78
%44.42
%41.81

CMYK Percentages of Color #3abbb0

%69
%0
%6
%27

Triadic Colors of #3abbb0

#3abbb0 #b03abb #bbb03a

Analogous Colors of #3abbb0

#3abbb0 #3a86bb #3abb70

Monochromatic Colors of #3abbb0

#3abbb0

Complementary Color

#3abbb0 #bb3a45

#3abbb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abbb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abbb0 Color CSS Codes

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

#3abbb0 Text Font Color

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

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


#3abbb0 Background Color

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

This div background color is #3abbb0


#3abbb0 Border Color

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

This div border color is #3abbb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abbb0


Comments

No comments written yet.

Please login to write comment.