Color Hex Logo

#3fddab Color Hex

#3FDDAB
(63,221,171)
0 Favorites   0 Comments

Color spaces of #3fddab

RGB 63221171
HSL0.450.700.56
HSV161°71°87°
CMYK 0.710.000.23   0.13
XYZ35.257055.709947.4229
Yxy55.70990.25480.4026
Hunter Lab74.6391-46.300914.5767
CIE-Lab79.4484-52.158312.9639

#3fddab color RGB value is (63,221,171).

#3fddab hex color red value is 63, green value is 221 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3fddab hue: 0.45 , saturation: 0.70 and the lightness value of 3fddab is 0.56.

The process color (four color CMYK) of #3fddab color hex is 0.71, 0.00, 0.23, 0.13. Web safe color of #3fddab is #33cc99. Color #3fddab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11011101 10101011
Octal 77 335 253
Decimal 63 221 171
Hex 3F DD AB

RGB Percentages of Color #3fddab

%13.85
%48.57
%37.58

CMYK Percentages of Color #3fddab

%71
%0
%23
%13

Triadic Colors of #3fddab

#3fddab #ab3fdd #ddab3f

Analogous Colors of #3fddab

#3fddab #3fc0dd #3fdd5c

Monochromatic Colors of #3fddab

#3fddab

Complementary Color

#3fddab #dd3f71

#3fddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fddab Color CSS Codes

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

#3fddab Text Font Color

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

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


#3fddab Background Color

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

This div background color is #3fddab


#3fddab Border Color

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

This div border color is #3fddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fddab


Comments

No comments written yet.

Please login to write comment.