Color Hex Logo

#3da4dd Color Hex

#3DA4DD
(61,164,221)
0 Favorites   0 Comments

Color spaces of #3da4dd

RGB 61164221
HSL0.560.700.55
HSV201°72°87°
CMYK 0.720.260.00   0.13
XYZ28.251132.763573.2416
Yxy32.76350.21040.2440
Hunter Lab57.2394-12.0685-35.7979
CIE-Lab63.9690-11.0096-37.3609

#3da4dd color RGB value is (61,164,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10100100 11011101
Octal 75 244 335
Decimal 61 164 221
Hex 3D A4 DD

RGB Percentages of Color #3da4dd

%13.68
%36.77
%49.55

CMYK Percentages of Color #3da4dd

%72
%26
%0
%13

Triadic Colors of #3da4dd

#3da4dd #dd3da4 #a4dd3d

Analogous Colors of #3da4dd

#3da4dd #3d54dd #3dddc6

Monochromatic Colors of #3da4dd

#3da4dd

Complementary Color

#3da4dd #dd763d

#3da4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3da4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3da4dd Color CSS Codes

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

#3da4dd Text Font Color

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

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


#3da4dd Background Color

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

This div background color is #3da4dd


#3da4dd Border Color

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

This div border color is #3da4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3da4dd


Comments

No comments written yet.

Please login to write comment.