Color Hex Logo

#3caaff Color Hex

#3CAAFF
(60,170,255)
0 Favorites   0 Comments

Color spaces of #3caaff

RGB 60170255
HSL0.571.000.62
HSV206°76°100°
CMYK 0.760.330.00   0.00
XYZ34.288236.930199.9288
Yxy36.93010.20030.2158
Hunter Lab60.7701-5.6331-54.9558
CIE-Lab67.2246-2.7904-50.8694

#3caaff color RGB value is (60,170,255).

#3caaff hex color red value is 60, green value is 170 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #3caaff hue: 0.57 , saturation: 1.00 and the lightness value of 3caaff is 0.62.

The process color (four color CMYK) of #3caaff color hex is 0.76, 0.33, 0.00, 0.00. Web safe color of #3caaff is #3399ff. Color #3caaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101010 11111111
Octal 74 252 377
Decimal 60 170 255
Hex 3C AA FF

RGB Percentages of Color #3caaff

%12.37
%35.05
%52.58

CMYK Percentages of Color #3caaff

%76
%33
%0
%0

Triadic Colors of #3caaff

#3caaff #ff3caa #aaff3c

Analogous Colors of #3caaff

#3caaff #3c48ff #3cfff3

Monochromatic Colors of #3caaff

#3caaff

Complementary Color

#3caaff #ff913c

#3caaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3caaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3caaff Color CSS Codes

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

#3caaff Text Font Color

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

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


#3caaff Background Color

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

This div background color is #3caaff


#3caaff Border Color

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

This div border color is #3caaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3caaff


Comments

No comments written yet.

Please login to write comment.