Color Hex Logo

#3dafab Color Hex

#3DAFAB
(61,175,171)
0 Favorites   0 Comments

Color spaces of #3dafab

RGB 61175171
HSL0.490.480.46
HSV178°65°69°
CMYK 0.650.000.02   0.31
XYZ24.605134.592343.9082
Yxy34.59230.23860.3355
Hunter Lab58.8152-28.2519-3.0920
CIE-Lab65.4300-32.3280-7.3640

#3dafab color RGB value is (61,175,171).

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

The process color (four color CMYK) of #3dafab color hex is 0.65, 0.00, 0.02, 0.31. Web safe color of #3dafab is #339999. Color #3dafab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10101111 10101011
Octal 75 257 253
Decimal 61 175 171
Hex 3D AF AB

RGB Percentages of Color #3dafab

%14.99
%43.00
%42.01

CMYK Percentages of Color #3dafab

%65
%0
%2
%31

Triadic Colors of #3dafab

#3dafab #ab3daf #afab3d

Analogous Colors of #3dafab

#3dafab #3d7aaf #3daf72

Monochromatic Colors of #3dafab

#3dafab

Complementary Color

#3dafab #af3d41

#3dafab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dafab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dafab Color CSS Codes

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

#3dafab Text Font Color

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

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


#3dafab Background Color

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

This div background color is #3dafab


#3dafab Border Color

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

This div border color is #3dafab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dafab


Comments

No comments written yet.

Please login to write comment.