Color Hex Logo

#3caade Color Hex

#3CAADE
(60,170,222)
0 Favorites   0 Comments

Color spaces of #3caade

RGB 60170222
HSL0.550.710.55
HSV199°73°87°
CMYK 0.730.230.00   0.13
XYZ29.423034.984074.3091
Yxy34.98400.21210.2522
Hunter Lab59.1473-14.7123-33.0853
CIE-Lab65.7362-14.0755-35.1612

#3caade color RGB value is (60,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101010 11011110
Octal 74 252 336
Decimal 60 170 222
Hex 3C AA DE

RGB Percentages of Color #3caade

%13.27
%37.61
%49.12

CMYK Percentages of Color #3caade

%73
%23
%0
%13

Triadic Colors of #3caade

#3caade #de3caa #aade3c

Analogous Colors of #3caade

#3caade #3c59de #3cdec1

Monochromatic Colors of #3caade

#3caade

Complementary Color

#3caade #de703c

#3caade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3caade Color Preview on White Background

Lorem ipsum dolor sit amet.

#3caade Color CSS Codes

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

#3caade Text Font Color

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

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


#3caade Background Color

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

This div background color is #3caade


#3caade Border Color

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

This div border color is #3caade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3caade


Comments

No comments written yet.

Please login to write comment.