Color Hex Logo

#3abbbf Color Hex

#3ABBBF
(58,187,191)
0 Favorites   0 Comments

Color spaces of #3abbbf

RGB 58187191
HSL0.510.530.49
HSV182°70°75°
CMYK 0.700.020.00   0.25
XYZ28.919240.201855.5257
Yxy40.20180.23200.3225
Hunter Lab63.4049-29.5441-7.5387
CIE-Lab69.6130-32.7275-12.1783

#3abbbf color RGB value is (58,187,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111011 10111111
Octal 72 273 277
Decimal 58 187 191
Hex 3A BB BF

RGB Percentages of Color #3abbbf

%13.30
%42.89
%43.81

CMYK Percentages of Color #3abbbf

%70
%2
%0
%25

Triadic Colors of #3abbbf

#3abbbf #bf3abb #bbbf3a

Analogous Colors of #3abbbf

#3abbbf #3a79bf #3abf81

Monochromatic Colors of #3abbbf

#3abbbf

Complementary Color

#3abbbf #bf3e3a

#3abbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abbbf Color CSS Codes

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

#3abbbf Text Font Color

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

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


#3abbbf Background Color

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

This div background color is #3abbbf


#3abbbf Border Color

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

This div border color is #3abbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abbbf


Comments

No comments written yet.

Please login to write comment.