Color Hex Logo

#3d9aad Color Hex

#3D9AAD
(61,154,173)
0 Favorites   0 Comments

Color spaces of #3d9aad

RGB 61154173
HSL0.530.480.46
HSV190°65°68°
CMYK 0.650.110.00   0.32
XYZ21.022927.120443.6619
Yxy27.12040.22900.2954
Hunter Lab52.0773-19.0771-13.2550
CIE-Lab59.0856-21.2637-18.0258

#3d9aad color RGB value is (61,154,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10011010 10101101
Octal 75 232 255
Decimal 61 154 173
Hex 3D 9A AD

RGB Percentages of Color #3d9aad

%15.72
%39.69
%44.59

CMYK Percentages of Color #3d9aad

%65
%11
%0
%32

Triadic Colors of #3d9aad

#3d9aad #ad3d9a #9aad3d

Analogous Colors of #3d9aad

#3d9aad #3d62ad #3dad88

Monochromatic Colors of #3d9aad

#3d9aad

Complementary Color

#3d9aad #ad503d

#3d9aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d9aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d9aad Color CSS Codes

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

#3d9aad Text Font Color

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

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


#3d9aad Background Color

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

This div background color is #3d9aad


#3d9aad Border Color

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

This div border color is #3d9aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d9aad


Comments

No comments written yet.

Please login to write comment.