Color Hex Logo

#3caada Color Hex

#3CAADA
(60,170,218)
0 Favorites   0 Comments

Color spaces of #3caada

RGB 60170218
HSL0.550.680.55
HSV198°72°85°
CMYK 0.720.220.00   0.15
XYZ28.893134.772171.5185
Yxy34.77210.21370.2572
Hunter Lab58.9679-15.7323-30.6317
CIE-Lab65.5708-15.4055-33.2138

#3caada color RGB value is (60,170,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101010 11011010
Octal 74 252 332
Decimal 60 170 218
Hex 3C AA DA

RGB Percentages of Color #3caada

%13.39
%37.95
%48.66

CMYK Percentages of Color #3caada

%72
%22
%0
%15

Triadic Colors of #3caada

#3caada #da3caa #aada3c

Analogous Colors of #3caada

#3caada #3c5bda #3cdabb

Monochromatic Colors of #3caada

#3caada

Complementary Color

#3caada #da6c3c

#3caada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3caada Color Preview on White Background

Lorem ipsum dolor sit amet.

#3caada Color CSS Codes

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

#3caada Text Font Color

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

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


#3caada Background Color

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

This div background color is #3caada


#3caada Border Color

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

This div border color is #3caada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3caada


Comments

No comments written yet.

Please login to write comment.