Color Hex Logo

#3caddb Color Hex

#3CADDB
(60,173,219)
0 Favorites   0 Comments

Color spaces of #3caddb

RGB 60173219
HSL0.550.690.55
HSV197°73°86°
CMYK 0.730.210.00   0.14
XYZ29.593235.962372.3995
Yxy35.96230.21450.2607
Hunter Lab59.9686-16.8591-29.6023
CIE-Lab66.4911-16.6784-32.3381

#3caddb color RGB value is (60,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101101 11011011
Octal 74 255 333
Decimal 60 173 219
Hex 3C AD DB

RGB Percentages of Color #3caddb

%13.27
%38.27
%48.45

CMYK Percentages of Color #3caddb

%73
%21
%0
%14

Triadic Colors of #3caddb

#3caddb #db3cad #addb3c

Analogous Colors of #3caddb

#3caddb #3c5edb #3cdbba

Monochromatic Colors of #3caddb

#3caddb

Complementary Color

#3caddb #db6a3c

#3caddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3caddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3caddb Color CSS Codes

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

#3caddb Text Font Color

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

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


#3caddb Background Color

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

This div background color is #3caddb


#3caddb Border Color

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

This div border color is #3caddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3caddb


Comments

No comments written yet.

Please login to write comment.