Color Hex Logo

#3fadad Color Hex

#3FADAD
(63,173,173)
0 Favorites   0 Comments

Color spaces of #3fadad

RGB 63173173
HSL0.500.470.46
HSV180°64°68°
CMYK 0.640.000.00   0.32
XYZ24.536333.961044.7971
Yxy33.96100.23750.3288
Hunter Lab58.2761-26.8283-4.7833
CIE-Lab64.9316-30.4770-9.2138

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101101 10101101
Octal 77 255 255
Decimal 63 173 173
Hex 3F AD AD

RGB Percentages of Color #3fadad

%15.40
%42.30
%42.30

CMYK Percentages of Color #3fadad

%64
%0
%0
%32

Triadic Colors of #3fadad

#3fadad #ad3fad #adad3f

Analogous Colors of #3fadad

#3fadad #3f76ad #3fad76

Monochromatic Colors of #3fadad

#3fadad

Complementary Color

#3fadad #ad3f3f

#3fadad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fadad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fadad Color CSS Codes

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

#3fadad Text Font Color

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

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


#3fadad Background Color

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

This div background color is #3fadad


#3fadad Border Color

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

This div border color is #3fadad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fadad


Comments

No comments written yet.

Please login to write comment.