Color Hex Logo

#3dd086 Color Hex

#3DD086
(61,208,134)
0 Favorites   0 Comments

Color spaces of #3dd086

RGB 61208134
HSL0.420.610.53
HSV150°71°82°
CMYK 0.710.000.36   0.18
XYZ28.783447.825130.2684
Yxy47.82510.26930.4475
Hunter Lab69.1557-46.728722.4587
CIE-Lab74.7145-55.243825.8754

#3dd086 color RGB value is (61,208,134).

#3dd086 hex color red value is 61, green value is 208 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #3dd086 hue: 0.42 , saturation: 0.61 and the lightness value of 3dd086 is 0.53.

The process color (four color CMYK) of #3dd086 color hex is 0.71, 0.00, 0.36, 0.18. Web safe color of #3dd086 is #33cc99. Color #3dd086 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 11010000 10000110
Octal 75 320 206
Decimal 61 208 134
Hex 3D D0 86

RGB Percentages of Color #3dd086

%15.14
%51.61
%33.25

CMYK Percentages of Color #3dd086

%71
%0
%36
%18

Triadic Colors of #3dd086

#3dd086 #863dd0 #d0863d

Analogous Colors of #3dd086

#3dd086 #3dd0d0 #3ed03d

Monochromatic Colors of #3dd086

#3dd086

Complementary Color

#3dd086 #d03d87

#3dd086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dd086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dd086 Color CSS Codes

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

#3dd086 Text Font Color

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

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


#3dd086 Background Color

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

This div background color is #3dd086


#3dd086 Border Color

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

This div border color is #3dd086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dd086


Comments

No comments written yet.

Please login to write comment.