Color Hex Logo

#3abfad Color Hex

#3ABFAD
(58,191,173)
0 Favorites   0 Comments

Color spaces of #3abfad

RGB 58191173
HSL0.480.530.49
HSV172°70°75°
CMYK 0.700.000.09   0.25
XYZ27.918541.178346.0119
Yxy41.17830.24250.3577
Hunter Lab64.1703-34.63832.4066
CIE-Lab70.3007-39.6161-1.2894

#3abfad color RGB value is (58,191,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111111 10101101
Octal 72 277 255
Decimal 58 191 173
Hex 3A BF AD

RGB Percentages of Color #3abfad

%13.74
%45.26
%41.00

CMYK Percentages of Color #3abfad

%70
%0
%9
%25

Triadic Colors of #3abfad

#3abfad #ad3abf #bfad3a

Analogous Colors of #3abfad

#3abfad #3a8fbf #3abf6b

Monochromatic Colors of #3abfad

#3abfad

Complementary Color

#3abfad #bf3a4c

#3abfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abfad Color CSS Codes

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

#3abfad Text Font Color

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

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


#3abfad Background Color

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

This div background color is #3abfad


#3abfad Border Color

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

This div border color is #3abfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abfad


Comments

No comments written yet.

Please login to write comment.