Color Hex Logo

#3fdabe Color Hex

#3FDABE
(63,218,190)
0 Favorites   0 Comments

Color spaces of #3fdabe

RGB 63218190
HSL0.470.680.55
HSV169°71°85°
CMYK 0.710.000.13   0.15
XYZ36.415654.917357.3960
Yxy54.91730.24480.3692
Hunter Lab74.1062-41.97145.9536
CIE-Lab78.9936-46.30492.2208

#3fdabe color RGB value is (63,218,190).

#3fdabe hex color red value is 63, green value is 218 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3fdabe hue: 0.47 , saturation: 0.68 and the lightness value of 3fdabe is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11011010 10111110
Octal 77 332 276
Decimal 63 218 190
Hex 3F DA BE

RGB Percentages of Color #3fdabe

%13.38
%46.28
%40.34

CMYK Percentages of Color #3fdabe

%71
%0
%13
%15

Triadic Colors of #3fdabe

#3fdabe #be3fda #dabe3f

Analogous Colors of #3fdabe

#3fdabe #3fa9da #3fda71

Monochromatic Colors of #3fdabe

#3fdabe

Complementary Color

#3fdabe #da3f5b

#3fdabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fdabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fdabe Color CSS Codes

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

#3fdabe Text Font Color

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

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


#3fdabe Background Color

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

This div background color is #3fdabe


#3fdabe Border Color

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

This div border color is #3fdabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fdabe


Comments

No comments written yet.

Please login to write comment.