Color Hex Logo

#3caabd Color Hex

#3CAABD
(60,170,189)
0 Favorites   0 Comments

Color spaces of #3caabd

RGB 60170189
HSL0.520.520.49
HSV189°68°74°
CMYK 0.680.100.00   0.26
XYZ25.423533.384253.2480
Yxy33.38420.22690.2979
Hunter Lab57.7791-22.5712-14.1951
CIE-Lab64.4708-24.6988-18.8288

#3caabd color RGB value is (60,170,189).

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

The process color (four color CMYK) of #3caabd color hex is 0.68, 0.10, 0.00, 0.26. Web safe color of #3caabd is #3399cc. Color #3caabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101010 10111101
Octal 74 252 275
Decimal 60 170 189
Hex 3C AA BD

RGB Percentages of Color #3caabd

%14.32
%40.57
%45.11

CMYK Percentages of Color #3caabd

%68
%10
%0
%26

Triadic Colors of #3caabd

#3caabd #bd3caa #aabd3c

Analogous Colors of #3caabd

#3caabd #3c6abd #3cbd90

Monochromatic Colors of #3caabd

#3caabd

Complementary Color

#3caabd #bd4f3c

#3caabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3caabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3caabd Color CSS Codes

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

#3caabd Text Font Color

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

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


#3caabd Background Color

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

This div background color is #3caabd


#3caabd Border Color

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

This div border color is #3caabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3caabd


Comments

No comments written yet.

Please login to write comment.