Color Hex Logo

#3abfb4 Color Hex

#3ABFB4
(58,191,180)
0 Favorites   0 Comments

Color spaces of #3abfb4

RGB 58191180
HSL0.490.530.49
HSV175°70°75°
CMYK 0.700.000.06   0.25
XYZ28.613941.456449.6738
Yxy41.45640.23900.3462
Hunter Lab64.3866-33.3499-0.6711
CIE-Lab70.4945-37.7146-4.8355

#3abfb4 color RGB value is (58,191,180).

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

The process color (four color CMYK) of #3abfb4 color hex is 0.70, 0.00, 0.06, 0.25. Web safe color of #3abfb4 is #33cccc. Color #3abfb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111111 10110100
Octal 72 277 264
Decimal 58 191 180
Hex 3A BF B4

RGB Percentages of Color #3abfb4

%13.52
%44.52
%41.96

CMYK Percentages of Color #3abfb4

%70
%0
%6
%25

Triadic Colors of #3abfb4

#3abfb4 #b43abf #bfb43a

Analogous Colors of #3abfb4

#3abfb4 #3a88bf #3abf72

Monochromatic Colors of #3abfb4

#3abfb4

Complementary Color

#3abfb4 #bf3a45

#3abfb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abfb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abfb4 Color CSS Codes

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

#3abfb4 Text Font Color

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

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


#3abfb4 Background Color

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

This div background color is #3abfb4


#3abfb4 Border Color

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

This div border color is #3abfb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abfb4


Comments

No comments written yet.

Please login to write comment.