Color Hex Logo

#3caacd Color Hex

#3CAACD
(60,170,205)
0 Favorites   0 Comments

Color spaces of #3caacd

RGB 60170205
HSL0.540.590.52
HSV194°71°80°
CMYK 0.710.170.00   0.20
XYZ27.257634.117962.9064
Yxy34.11790.21930.2745
Hunter Lab58.4105-18.9204-22.9662
CIE-Lab65.0560-19.6536-26.8226

#3caacd color RGB value is (60,170,205).

#3caacd hex color red value is 60, green value is 170 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3caacd hue: 0.54 , saturation: 0.59 and the lightness value of 3caacd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101010 11001101
Octal 74 252 315
Decimal 60 170 205
Hex 3C AA CD

RGB Percentages of Color #3caacd

%13.79
%39.08
%47.13

CMYK Percentages of Color #3caacd

%71
%17
%0
%20

Triadic Colors of #3caacd

#3caacd #cd3caa #aacd3c

Analogous Colors of #3caacd

#3caacd #3c62cd #3ccda8

Monochromatic Colors of #3caacd

#3caacd

Complementary Color

#3caacd #cd5f3c

#3caacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3caacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3caacd Color CSS Codes

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

#3caacd Text Font Color

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

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


#3caacd Background Color

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

This div background color is #3caacd


#3caacd Border Color

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

This div border color is #3caacd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,170,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3caacd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3caacd;
  -webkit-box-shadow: 1px 1px 3px 2px #3caacd;
  box-shadow:         1px 1px 3px 2px #3caacd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,170,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3caacd


Comments

No comments written yet.

Please login to write comment.