Color Hex Logo

#3daccc Color Hex

#3DACCC
(61,172,204)
0 Favorites   0 Comments

Color spaces of #3daccc

RGB 61172204
HSL0.540.580.52
HSV193°70°80°
CMYK 0.700.160.00   0.20
XYZ27.576134.856862.4014
Yxy34.85680.22090.2792
Hunter Lab59.0396-19.9460-21.3383
CIE-Lab65.6370-20.8785-25.3740

#3daccc color RGB value is (61,172,204).

#3daccc hex color red value is 61, green value is 172 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3daccc hue: 0.54 , saturation: 0.58 and the lightness value of 3daccc is 0.52.

The process color (four color CMYK) of #3daccc color hex is 0.70, 0.16, 0.00, 0.20. Web safe color of #3daccc is #3399cc. Color #3daccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10101100 11001100
Octal 75 254 314
Decimal 61 172 204
Hex 3D AC CC

RGB Percentages of Color #3daccc

%13.96
%39.36
%46.68

CMYK Percentages of Color #3daccc

%70
%16
%0
%20

Triadic Colors of #3daccc

#3daccc #cc3dac #accc3d

Analogous Colors of #3daccc

#3daccc #3d65cc #3dcca5

Monochromatic Colors of #3daccc

#3daccc

Complementary Color

#3daccc #cc5d3d

#3daccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3daccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3daccc Color CSS Codes

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

#3daccc Text Font Color

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

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


#3daccc Background Color

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

This div background color is #3daccc


#3daccc Border Color

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

This div border color is #3daccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3daccc


Comments

No comments written yet.

Please login to write comment.