Color Hex Logo

#3daabb Color Hex

#3DAABB
(61,170,187)
0 Favorites   0 Comments

Color spaces of #3daabb

RGB 61170187
HSL0.520.510.49
HSV188°67°73°
CMYK 0.670.090.00   0.27
XYZ25.268833.329452.1151
Yxy33.32940.22820.3010
Hunter Lab57.7316-22.9019-13.1097
CIE-Lab64.4267-25.1637-17.7792

#3daabb color RGB value is (61,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10101010 10111011
Octal 75 252 273
Decimal 61 170 187
Hex 3D AA BB

RGB Percentages of Color #3daabb

%14.59
%40.67
%44.74

CMYK Percentages of Color #3daabb

%67
%9
%0
%27

Triadic Colors of #3daabb

#3daabb #bb3daa #aabb3d

Analogous Colors of #3daabb

#3daabb #3d6bbb #3dbb8d

Monochromatic Colors of #3daabb

#3daabb

Complementary Color

#3daabb #bb4e3d

#3daabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3daabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3daabb Color CSS Codes

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

#3daabb Text Font Color

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

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


#3daabb Background Color

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

This div background color is #3daabb


#3daabb Border Color

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

This div border color is #3daabb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,170,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 #3daabb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3daabb


Comments

No comments written yet.

Please login to write comment.