Color Hex Logo

#3dacdf Color Hex

#3DACDF
(61,172,223)
0 Favorites   0 Comments

Color spaces of #3dacdf

RGB 61172223
HSL0.550.720.56
HSV199°73°87°
CMYK 0.730.230.00   0.13
XYZ29.996335.824975.1460
Yxy35.82490.21280.2541
Hunter Lab59.8539-15.2875-32.5403
CIE-Lab66.3859-14.6933-34.6995

#3dacdf color RGB value is (61,172,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10101100 11011111
Octal 75 254 337
Decimal 61 172 223
Hex 3D AC DF

RGB Percentages of Color #3dacdf

%13.38
%37.72
%48.90

CMYK Percentages of Color #3dacdf

%73
%23
%0
%13

Triadic Colors of #3dacdf

#3dacdf #df3dac #acdf3d

Analogous Colors of #3dacdf

#3dacdf #3d5bdf #3ddfc1

Monochromatic Colors of #3dacdf

#3dacdf

Complementary Color

#3dacdf #df703d

#3dacdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dacdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dacdf Color CSS Codes

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

#3dacdf Text Font Color

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

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


#3dacdf Background Color

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

This div background color is #3dacdf


#3dacdf Border Color

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

This div border color is #3dacdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dacdf


Comments

No comments written yet.

Please login to write comment.