Color Hex Logo

#3afabe Color Hex

#3AFABE
(58,250,190)
0 Favorites   0 Comments

Color spaces of #3afabe

RGB 58250190
HSL0.450.950.60
HSV161°77°98°
CMYK 0.770.000.24   0.02
XYZ45.224872.988560.4198
Yxy72.98850.25320.4086
Hunter Lab85.4333-55.017917.8725
CIE-Lab88.4422-59.836315.7228

#3afabe color RGB value is (58,250,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111010 10111110
Octal 72 372 276
Decimal 58 250 190
Hex 3A FA BE

RGB Percentages of Color #3afabe

%11.65
%50.20
%38.15

CMYK Percentages of Color #3afabe

%77
%0
%24
%2

Triadic Colors of #3afabe

#3afabe #be3afa #fabe3a

Analogous Colors of #3afabe

#3afabe #3ad6fa #3afa5e

Monochromatic Colors of #3afabe

#3afabe

Complementary Color

#3afabe #fa3a76

#3afabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afabe Color CSS Codes

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

#3afabe Text Font Color

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

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


#3afabe Background Color

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

This div background color is #3afabe


#3afabe Border Color

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

This div border color is #3afabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afabe


Comments

No comments written yet.

Please login to write comment.