Color Hex Logo

#3fa890 Color Hex

#3FA890
(63,168,144)
0 Favorites   0 Comments

Color spaces of #3fa890

RGB 63168144
HSL0.460.450.45
HSV166°63°66°
CMYK 0.630.000.14   0.34
XYZ21.086631.075631.2724
Yxy31.07560.25270.3725
Hunter Lab55.7455-30.03425.7610
CIE-Lab62.5714-35.98363.5116

#3fa890 color RGB value is (63,168,144).

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

The process color (four color CMYK) of #3fa890 color hex is 0.63, 0.00, 0.14, 0.34. Web safe color of #3fa890 is #339999. Color #3fa890 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101000 10010000
Octal 77 250 220
Decimal 63 168 144
Hex 3F A8 90

RGB Percentages of Color #3fa890

%16.80
%44.80
%38.40

CMYK Percentages of Color #3fa890

%63
%0
%14
%34

Triadic Colors of #3fa890

#3fa890 #903fa8 #a8903f

Analogous Colors of #3fa890

#3fa890 #3f8ca8 #3fa85c

Monochromatic Colors of #3fa890

#3fa890

Complementary Color

#3fa890 #a83f57

#3fa890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fa890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fa890 Color CSS Codes

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

#3fa890 Text Font Color

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

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


#3fa890 Background Color

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

This div background color is #3fa890


#3fa890 Border Color

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

This div border color is #3fa890


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,168,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fa890


Comments

No comments written yet.

Please login to write comment.