Color Hex Logo

#3caddc Color Hex

#3CADDC
(60,173,220)
0 Favorites   0 Comments

Color spaces of #3caddc

RGB 60173220
HSL0.550.700.55
HSV198°73°86°
CMYK 0.730.210.00   0.14
XYZ29.725336.015173.0951
Yxy36.01510.21410.2594
Hunter Lab60.0126-16.6078-30.2062
CIE-Lab66.5315-16.3489-32.8258

#3caddc color RGB value is (60,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101101 11011100
Octal 74 255 334
Decimal 60 173 220
Hex 3C AD DC

RGB Percentages of Color #3caddc

%13.25
%38.19
%48.57

CMYK Percentages of Color #3caddc

%73
%21
%0
%14

Triadic Colors of #3caddc

#3caddc #dc3cad #addc3c

Analogous Colors of #3caddc

#3caddc #3c5ddc #3cdcbb

Monochromatic Colors of #3caddc

#3caddc

Complementary Color

#3caddc #dc6b3c

#3caddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3caddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3caddc Color CSS Codes

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

#3caddc Text Font Color

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

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


#3caddc Background Color

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

This div background color is #3caddc


#3caddc Border Color

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

This div border color is #3caddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3caddc


Comments

No comments written yet.

Please login to write comment.