Color Hex Logo

#3dabbb Color Hex

#3DABBB
(61,171,187)
0 Favorites   0 Comments

Color spaces of #3dabbb

RGB 61171187
HSL0.520.510.49
HSV188°67°73°
CMYK 0.670.090.00   0.27
XYZ25.457033.705852.1778
Yxy33.70580.22860.3027
Hunter Lab58.0567-23.3296-12.6465
CIE-Lab64.7284-25.6676-17.3219

#3dabbb color RGB value is (61,171,187).

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

The process color (four color CMYK) of #3dabbb color hex is 0.67, 0.09, 0.00, 0.27. Web safe color of #3dabbb is #3399cc. Color #3dabbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10101011 10111011
Octal 75 253 273
Decimal 61 171 187
Hex 3D AB BB

RGB Percentages of Color #3dabbb

%14.56
%40.81
%44.63

CMYK Percentages of Color #3dabbb

%67
%9
%0
%27

Triadic Colors of #3dabbb

#3dabbb #bb3dab #abbb3d

Analogous Colors of #3dabbb

#3dabbb #3d6cbb #3dbb8c

Monochromatic Colors of #3dabbb

#3dabbb

Complementary Color

#3dabbb #bb4d3d

#3dabbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dabbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dabbb Color CSS Codes

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

#3dabbb Text Font Color

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

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


#3dabbb Background Color

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

This div background color is #3dabbb


#3dabbb Border Color

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

This div border color is #3dabbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dabbb


Comments

No comments written yet.

Please login to write comment.