Color Hex Logo

#3abfbc Color Hex

#3ABFBC
(58,191,188)
0 Favorites   0 Comments

Color spaces of #3abfbc

RGB 58191188
HSL0.500.530.49
HSV179°70°75°
CMYK 0.700.000.02   0.25
XYZ29.452841.792054.0913
Yxy41.79200.23500.3334
Hunter Lab64.6467-31.8079-4.3565
CIE-Lab70.7273-35.4746-8.8692

#3abfbc color RGB value is (58,191,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111111 10111100
Octal 72 277 274
Decimal 58 191 188
Hex 3A BF BC

RGB Percentages of Color #3abfbc

%13.27
%43.71
%43.02

CMYK Percentages of Color #3abfbc

%70
%0
%2
%25

Triadic Colors of #3abfbc

#3abfbc #bc3abf #bfbc3a

Analogous Colors of #3abfbc

#3abfbc #3a80bf #3abf7a

Monochromatic Colors of #3abfbc

#3abfbc

Complementary Color

#3abfbc #bf3a3d

#3abfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abfbc Color CSS Codes

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

#3abfbc Text Font Color

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

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


#3abfbc Background Color

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

This div background color is #3abfbc


#3abfbc Border Color

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

This div border color is #3abfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abfbc


Comments

No comments written yet.

Please login to write comment.