Color Hex Logo

#3defd9 Color Hex

#3DEFD9
(61,239,217)
0 Favorites   0 Comments

Color spaces of #3defd9

RGB 61239217
HSL0.480.850.59
HSV173°74°94°
CMYK 0.740.000.09   0.06
XYZ45.315467.734976.3314
Yxy67.73490.23930.3577
Hunter Lab82.3012-45.74432.6215
CIE-Lab85.8737-48.5046-2.0244

#3defd9 color RGB value is (61,239,217).

#3defd9 hex color red value is 61, green value is 239 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #3defd9 hue: 0.48 , saturation: 0.85 and the lightness value of 3defd9 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 11101111 11011001
Octal 75 357 331
Decimal 61 239 217
Hex 3D EF D9

RGB Percentages of Color #3defd9

%11.80
%46.23
%41.97

CMYK Percentages of Color #3defd9

%74
%0
%9
%6

Triadic Colors of #3defd9

#3defd9 #d93def #efd93d

Analogous Colors of #3defd9

#3defd9 #3dacef #3def80

Monochromatic Colors of #3defd9

#3defd9

Complementary Color

#3defd9 #ef3d53

#3defd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3defd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3defd9 Color CSS Codes

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

#3defd9 Text Font Color

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

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


#3defd9 Background Color

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

This div background color is #3defd9


#3defd9 Border Color

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

This div border color is #3defd9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,239,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 #3defd9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3defd9


Comments

No comments written yet.

Please login to write comment.