Color Hex Logo

#3afabb Color Hex

#3AFABB
(58,250,187)
0 Favorites   0 Comments

Color spaces of #3afabb

RGB 58250187
HSL0.450.950.60
HSV160°77°98°
CMYK 0.770.000.25   0.02
XYZ44.900272.858658.7103
Yxy72.85860.25440.4129
Hunter Lab85.3572-55.479418.9693
CIE-Lab88.3802-60.505217.1808

#3afabb color RGB value is (58,250,187).

#3afabb hex color red value is 58, green value is 250 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #3afabb hue: 0.45 , saturation: 0.95 and the lightness value of 3afabb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111010 10111011
Octal 72 372 273
Decimal 58 250 187
Hex 3A FA BB

RGB Percentages of Color #3afabb

%11.72
%50.51
%37.78

CMYK Percentages of Color #3afabb

%77
%0
%25
%2

Triadic Colors of #3afabb

#3afabb #bb3afa #fabb3a

Analogous Colors of #3afabb

#3afabb #3ad9fa #3afa5b

Monochromatic Colors of #3afabb

#3afabb

Complementary Color

#3afabb #fa3a79

#3afabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afabb Color CSS Codes

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

#3afabb Text Font Color

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

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


#3afabb Background Color

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

This div background color is #3afabb


#3afabb Border Color

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

This div border color is #3afabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afabb


Comments

No comments written yet.

Please login to write comment.