Color Hex Logo

#3caadf Color Hex

#3CAADF
(60,170,223)
0 Favorites   0 Comments

Color spaces of #3caadf

RGB 60170223
HSL0.550.720.55
HSV200°73°87°
CMYK 0.730.240.00   0.13
XYZ29.557535.037875.0172
Yxy35.03780.21170.2510
Hunter Lab59.1927-14.4545-33.7056
CIE-Lab65.7781-13.7414-35.6465

#3caadf color RGB value is (60,170,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101010 11011111
Octal 74 252 337
Decimal 60 170 223
Hex 3C AA DF

RGB Percentages of Color #3caadf

%13.25
%37.53
%49.23

CMYK Percentages of Color #3caadf

%73
%24
%0
%13

Triadic Colors of #3caadf

#3caadf #df3caa #aadf3c

Analogous Colors of #3caadf

#3caadf #3c59df #3cdfc3

Monochromatic Colors of #3caadf

#3caadf

Complementary Color

#3caadf #df713c

#3caadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3caadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3caadf Color CSS Codes

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

#3caadf Text Font Color

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

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


#3caadf Background Color

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

This div background color is #3caadf


#3caadf Border Color

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

This div border color is #3caadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3caadf


Comments

No comments written yet.

Please login to write comment.