Color Hex Logo

#3caadc Color Hex

#3CAADC
(60,170,220)
0 Favorites   0 Comments

Color spaces of #3caadc

RGB 60170220
HSL0.550.700.55
HSV199°73°86°
CMYK 0.730.230.00   0.14
XYZ29.156534.877472.9055
Yxy34.87740.21290.2547
Hunter Lab59.0571-15.2244-31.8531
CIE-Lab65.6531-14.7416-34.1887

#3caadc color RGB value is (60,170,220).

#3caadc hex color red value is 60, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3caadc hue: 0.55 , saturation: 0.70 and the lightness value of 3caadc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101010 11011100
Octal 74 252 334
Decimal 60 170 220
Hex 3C AA DC

RGB Percentages of Color #3caadc

%13.33
%37.78
%48.89

CMYK Percentages of Color #3caadc

%73
%23
%0
%14

Triadic Colors of #3caadc

#3caadc #dc3caa #aadc3c

Analogous Colors of #3caadc

#3caadc #3c5adc #3cdcbe

Monochromatic Colors of #3caadc

#3caadc

Complementary Color

#3caadc #dc6e3c

#3caadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3caadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3caadc Color CSS Codes

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

#3caadc Text Font Color

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

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


#3caadc Background Color

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

This div background color is #3caadc


#3caadc Border Color

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

This div border color is #3caadc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,170,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 #3caadc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3caadc


Comments

No comments written yet.

Please login to write comment.