Color Hex Logo

#3da7dc Color Hex

#3DA7DC
(61,167,220)
0 Favorites   0 Comments

Color spaces of #3da7dc

RGB 61167220
HSL0.560.690.55
HSV200°72°86°
CMYK 0.720.240.00   0.14
XYZ28.661533.796872.7230
Yxy33.79680.21200.2500
Hunter Lab58.1350-13.7329-33.4733
CIE-Lab64.8010-12.9878-35.5118

#3da7dc color RGB value is (61,167,220).

#3da7dc hex color red value is 61, green value is 167 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3da7dc hue: 0.56 , saturation: 0.69 and the lightness value of 3da7dc is 0.55.

The process color (four color CMYK) of #3da7dc color hex is 0.72, 0.24, 0.00, 0.14. Web safe color of #3da7dc is #3399cc. Color #3da7dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10100111 11011100
Octal 75 247 334
Decimal 61 167 220
Hex 3D A7 DC

RGB Percentages of Color #3da7dc

%13.62
%37.28
%49.11

CMYK Percentages of Color #3da7dc

%72
%24
%0
%14

Triadic Colors of #3da7dc

#3da7dc #dc3da7 #a7dc3d

Analogous Colors of #3da7dc

#3da7dc #3d58dc #3ddcc2

Monochromatic Colors of #3da7dc

#3da7dc

Complementary Color

#3da7dc #dc723d

#3da7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3da7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3da7dc Color CSS Codes

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

#3da7dc Text Font Color

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

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


#3da7dc Background Color

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

This div background color is #3da7dc


#3da7dc Border Color

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

This div border color is #3da7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3da7dc


Comments

No comments written yet.

Please login to write comment.