Color Hex Logo

#3fadb0 Color Hex

#3FADB0
(63,173,176)
0 Favorites   0 Comments

Color spaces of #3fadb0

RGB 63173176
HSL0.500.470.47
HSV182°64°69°
CMYK 0.640.020.00   0.31
XYZ24.829934.078546.3434
Yxy34.07850.23590.3238
Hunter Lab58.3768-26.2365-6.2046
CIE-Lab65.0248-29.6140-10.7452

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101101 10110000
Octal 77 255 260
Decimal 63 173 176
Hex 3F AD B0

RGB Percentages of Color #3fadb0

%15.29
%41.99
%42.72

CMYK Percentages of Color #3fadb0

%64
%2
%0
%31

Triadic Colors of #3fadb0

#3fadb0 #b03fad #adb03f

Analogous Colors of #3fadb0

#3fadb0 #3f75b0 #3fb07b

Monochromatic Colors of #3fadb0

#3fadb0

Complementary Color

#3fadb0 #b0423f

#3fadb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fadb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fadb0 Color CSS Codes

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

#3fadb0 Text Font Color

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

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


#3fadb0 Background Color

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

This div background color is #3fadb0


#3fadb0 Border Color

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

This div border color is #3fadb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fadb0


Comments

No comments written yet.

Please login to write comment.