Color Hex Logo

#3abaad Color Hex

#3ABAAD
(58,186,173)
0 Favorites   0 Comments

Color spaces of #3abaad

RGB 58186173
HSL0.480.520.48
HSV174°69°73°
CMYK 0.690.000.07   0.27
XYZ26.846739.034545.6546
Yxy39.03450.24070.3500
Hunter Lab62.4776-32.63410.4090
CIE-Lab68.7762-37.3542-3.5282

#3abaad color RGB value is (58,186,173).

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

The process color (four color CMYK) of #3abaad color hex is 0.69, 0.00, 0.07, 0.27. Web safe color of #3abaad is #33cc99. Color #3abaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111010 10101101
Octal 72 272 255
Decimal 58 186 173
Hex 3A BA AD

RGB Percentages of Color #3abaad

%13.91
%44.60
%41.49

CMYK Percentages of Color #3abaad

%69
%0
%7
%27

Triadic Colors of #3abaad

#3abaad #ad3aba #baad3a

Analogous Colors of #3abaad

#3abaad #3a87ba #3aba6d

Monochromatic Colors of #3abaad

#3abaad

Complementary Color

#3abaad #ba3a47

#3abaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abaad Color CSS Codes

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

#3abaad Text Font Color

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

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


#3abaad Background Color

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

This div background color is #3abaad


#3abaad Border Color

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

This div border color is #3abaad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,186,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 #3abaad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abaad


Comments

No comments written yet.

Please login to write comment.