Color Hex Logo

#3dab98 Color Hex

#3DAB98
(61,171,152)
0 Favorites   0 Comments

Color spaces of #3dab98

RGB 61171152
HSL0.470.470.45
HSV170°64°67°
CMYK 0.640.000.11   0.33
XYZ22.154932.384934.7890
Yxy32.38490.24800.3625
Hunter Lab56.9077-30.09623.5901
CIE-Lab63.6597-35.64700.6164

#3dab98 color RGB value is (61,171,152).

#3dab98 hex color red value is 61, green value is 171 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #3dab98 hue: 0.47 , saturation: 0.47 and the lightness value of 3dab98 is 0.45.

The process color (four color CMYK) of #3dab98 color hex is 0.64, 0.00, 0.11, 0.33. Web safe color of #3dab98 is #339999. Color #3dab98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10101011 10011000
Octal 75 253 230
Decimal 61 171 152
Hex 3D AB 98

RGB Percentages of Color #3dab98

%15.89
%44.53
%39.58

CMYK Percentages of Color #3dab98

%64
%0
%11
%33

Triadic Colors of #3dab98

#3dab98 #983dab #ab983d

Analogous Colors of #3dab98

#3dab98 #3d87ab #3dab61

Monochromatic Colors of #3dab98

#3dab98

Complementary Color

#3dab98 #ab3d50

#3dab98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dab98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dab98 Color CSS Codes

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

#3dab98 Text Font Color

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

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


#3dab98 Background Color

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

This div background color is #3dab98


#3dab98 Border Color

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

This div border color is #3dab98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dab98


Comments

No comments written yet.

Please login to write comment.