Color Hex Logo

#3fdfd9 Color Hex

#3FDFD9
(63,223,217)
0 Favorites   0 Comments

Color spaces of #3fdfd9

RGB 63223217
HSL0.490.710.56
HSV178°72°87°
CMYK 0.720.000.03   0.13
XYZ40.962058.841974.8443
Yxy58.84190.23450.3369
Hunter Lab76.7085-38.9216-4.1532
CIE-Lab81.2046-41.3110-8.9132

#3fdfd9 color RGB value is (63,223,217).

#3fdfd9 hex color red value is 63, green value is 223 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #3fdfd9 hue: 0.49 , saturation: 0.71 and the lightness value of 3fdfd9 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11011111 11011001
Octal 77 337 331
Decimal 63 223 217
Hex 3F DF D9

RGB Percentages of Color #3fdfd9

%12.52
%44.33
%43.14

CMYK Percentages of Color #3fdfd9

%72
%0
%3
%13

Triadic Colors of #3fdfd9

#3fdfd9 #d93fdf #dfd93f

Analogous Colors of #3fdfd9

#3fdfd9 #3f95df #3fdf89

Monochromatic Colors of #3fdfd9

#3fdfd9

Complementary Color

#3fdfd9 #df3f45

#3fdfd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fdfd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fdfd9 Color CSS Codes

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

#3fdfd9 Text Font Color

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

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


#3fdfd9 Background Color

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

This div background color is #3fdfd9


#3fdfd9 Border Color

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

This div border color is #3fdfd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fdfd9


Comments

No comments written yet.

Please login to write comment.