Color Hex Logo

#3dabad Color Hex

#3DABAD
(61,171,173)
0 Favorites   0 Comments

Color spaces of #3dabad

RGB 61171173
HSL0.500.480.46
HSV181°65°68°
CMYK 0.650.010.00   0.32
XYZ24.030233.135044.6643
Yxy33.13500.23600.3254
Hunter Lab57.5630-26.2188-5.7102
CIE-Lab64.2701-29.8297-10.2072

#3dabad color RGB value is (61,171,173).

#3dabad hex color red value is 61, green value is 171 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3dabad hue: 0.50 , saturation: 0.48 and the lightness value of 3dabad is 0.46.

The process color (four color CMYK) of #3dabad color hex is 0.65, 0.01, 0.00, 0.32. Web safe color of #3dabad is #339999. Color #3dabad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10101011 10101101
Octal 75 253 255
Decimal 61 171 173
Hex 3D AB AD

RGB Percentages of Color #3dabad

%15.06
%42.22
%42.72

CMYK Percentages of Color #3dabad

%65
%1
%0
%32

Triadic Colors of #3dabad

#3dabad #ad3dab #abad3d

Analogous Colors of #3dabad

#3dabad #3d73ad #3dad77

Monochromatic Colors of #3dabad

#3dabad

Complementary Color

#3dabad #ad3f3d

#3dabad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dabad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dabad Color CSS Codes

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

#3dabad Text Font Color

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

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


#3dabad Background Color

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

This div background color is #3dabad


#3dabad Border Color

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

This div border color is #3dabad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dabad


Comments

No comments written yet.

Please login to write comment.