Color Hex Logo

#3fe7dd Color Hex

#3FE7DD
(63,231,221)
0 Favorites   0 Comments

Color spaces of #3fe7dd

RGB 63231221
HSL0.490.780.58
HSV176°73°91°
CMYK 0.730.000.04   0.09
XYZ43.677063.429078.3476
Yxy63.42900.23550.3420
Hunter Lab79.6423-41.4821-2.5765
CIE-Lab83.6676-43.7609-7.3788

#3fe7dd color RGB value is (63,231,221).

#3fe7dd hex color red value is 63, green value is 231 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3fe7dd hue: 0.49 , saturation: 0.78 and the lightness value of 3fe7dd is 0.58.

The process color (four color CMYK) of #3fe7dd color hex is 0.73, 0.00, 0.04, 0.09. Web safe color of #3fe7dd is #33ffcc. Color #3fe7dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11100111 11011101
Octal 77 347 335
Decimal 63 231 221
Hex 3F E7 DD

RGB Percentages of Color #3fe7dd

%12.23
%44.85
%42.91

CMYK Percentages of Color #3fe7dd

%73
%0
%4
%9

Triadic Colors of #3fe7dd

#3fe7dd #dd3fe7 #e7dd3f

Analogous Colors of #3fe7dd

#3fe7dd #3f9de7 #3fe789

Monochromatic Colors of #3fe7dd

#3fe7dd

Complementary Color

#3fe7dd #e73f49

#3fe7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fe7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fe7dd Color CSS Codes

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

#3fe7dd Text Font Color

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

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


#3fe7dd Background Color

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

This div background color is #3fe7dd


#3fe7dd Border Color

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

This div border color is #3fe7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fe7dd


Comments

No comments written yet.

Please login to write comment.