Color Hex Logo

#3de5db Color Hex

#3DE5DB
(61,229,219)
0 Favorites   0 Comments

Color spaces of #3de5db

RGB 61229219
HSL0.490.760.57
HSV176°73°90°
CMYK 0.730.000.04   0.10
XYZ42.730062.145276.7610
Yxy62.14520.23530.3421
Hunter Lab78.8322-41.2028-2.5497
CIE-Lab82.9906-43.6517-7.3280

#3de5db color RGB value is (61,229,219).

#3de5db hex color red value is 61, green value is 229 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3de5db hue: 0.49 , saturation: 0.76 and the lightness value of 3de5db is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 11100101 11011011
Octal 75 345 333
Decimal 61 229 219
Hex 3D E5 DB

RGB Percentages of Color #3de5db

%11.98
%44.99
%43.03

CMYK Percentages of Color #3de5db

%73
%0
%4
%10

Triadic Colors of #3de5db

#3de5db #db3de5 #e5db3d

Analogous Colors of #3de5db

#3de5db #3d9be5 #3de587

Monochromatic Colors of #3de5db

#3de5db

Complementary Color

#3de5db #e53d47

#3de5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3de5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#3de5db Color CSS Codes

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

#3de5db Text Font Color

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

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


#3de5db Background Color

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

This div background color is #3de5db


#3de5db Border Color

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

This div border color is #3de5db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,229,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3de5db


Comments

No comments written yet.

Please login to write comment.