Color Hex Logo

#3dbeaa Color Hex

#3DBEAA
(61,190,170)
0 Favorites   0 Comments

Color spaces of #3dbeaa

RGB 61190170
HSL0.470.510.49
HSV171°68°75°
CMYK 0.680.000.11   0.25
XYZ27.593640.721344.4359
Yxy40.72130.24470.3612
Hunter Lab63.8132-34.48773.3831
CIE-Lab69.9802-39.5292-0.1084

#3dbeaa color RGB value is (61,190,170).

#3dbeaa hex color red value is 61, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3dbeaa hue: 0.47 , saturation: 0.51 and the lightness value of 3dbeaa is 0.49.

The process color (four color CMYK) of #3dbeaa color hex is 0.68, 0.00, 0.11, 0.25. Web safe color of #3dbeaa is #33cc99. Color #3dbeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10111110 10101010
Octal 75 276 252
Decimal 61 190 170
Hex 3D BE AA

RGB Percentages of Color #3dbeaa

%14.49
%45.13
%40.38

CMYK Percentages of Color #3dbeaa

%68
%0
%11
%25

Triadic Colors of #3dbeaa

#3dbeaa #aa3dbe #beaa3d

Analogous Colors of #3dbeaa

#3dbeaa #3d92be #3dbe6a

Monochromatic Colors of #3dbeaa

#3dbeaa

Complementary Color

#3dbeaa #be3d51

#3dbeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dbeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dbeaa Color CSS Codes

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

#3dbeaa Text Font Color

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

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


#3dbeaa Background Color

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

This div background color is #3dbeaa


#3dbeaa Border Color

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

This div border color is #3dbeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dbeaa


Comments

No comments written yet.

Please login to write comment.