Color Hex Logo

#3faaad Color Hex

#3FAAAD
(63,170,173)
0 Favorites   0 Comments

Color spaces of #3faaad

RGB 63170173
HSL0.500.470.46
HSV182°64°68°
CMYK 0.640.020.00   0.32
XYZ23.967432.823344.6075
Yxy32.82330.23640.3237
Hunter Lab57.2916-25.5866-6.0593
CIE-Lab64.0176-29.0170-10.5795

#3faaad color RGB value is (63,170,173).

#3faaad hex color red value is 63, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3faaad hue: 0.50 , saturation: 0.47 and the lightness value of 3faaad is 0.46.

The process color (four color CMYK) of #3faaad color hex is 0.64, 0.02, 0.00, 0.32. Web safe color of #3faaad is #339999. Color #3faaad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101010 10101101
Octal 77 252 255
Decimal 63 170 173
Hex 3F AA AD

RGB Percentages of Color #3faaad

%15.52
%41.87
%42.61

CMYK Percentages of Color #3faaad

%64
%2
%0
%32

Triadic Colors of #3faaad

#3faaad #ad3faa #aaad3f

Analogous Colors of #3faaad

#3faaad #3f73ad #3fad79

Monochromatic Colors of #3faaad

#3faaad

Complementary Color

#3faaad #ad423f

#3faaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3faaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3faaad Color CSS Codes

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

#3faaad Text Font Color

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

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


#3faaad Background Color

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

This div background color is #3faaad


#3faaad Border Color

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

This div border color is #3faaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3faaad


Comments

No comments written yet.

Please login to write comment.