Color Hex Logo

#3cabdc Color Hex

#3CABDC
(60,171,220)
0 Favorites   0 Comments

Color spaces of #3cabdc

RGB 60171220
HSL0.550.700.55
HSV198°73°86°
CMYK 0.730.220.00   0.14
XYZ29.344735.253872.9682
Yxy35.25380.21330.2563
Hunter Lab59.3749-15.6865-31.3014
CIE-Lab65.9458-15.2791-33.7342

#3cabdc color RGB value is (60,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101011 11011100
Octal 74 253 334
Decimal 60 171 220
Hex 3C AB DC

RGB Percentages of Color #3cabdc

%13.30
%37.92
%48.78

CMYK Percentages of Color #3cabdc

%73
%22
%0
%14

Triadic Colors of #3cabdc

#3cabdc #dc3cab #abdc3c

Analogous Colors of #3cabdc

#3cabdc #3c5bdc #3cdcbd

Monochromatic Colors of #3cabdc

#3cabdc

Complementary Color

#3cabdc #dc6d3c

#3cabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cabdc Color CSS Codes

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

#3cabdc Text Font Color

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

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


#3cabdc Background Color

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

This div background color is #3cabdc


#3cabdc Border Color

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

This div border color is #3cabdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,171,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 #3cabdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cabdc


Comments

No comments written yet.

Please login to write comment.