Color Hex Logo

#3cccdc Color Hex

#3CCCDC
(60,204,220)
0 Favorites   0 Comments

Color spaces of #3cccdc

RGB 60204220
HSL0.520.700.55
HSV186°73°86°
CMYK 0.730.070.00   0.14
XYZ36.374649.313775.3115
Yxy49.31370.22590.3063
Hunter Lab70.2237-30.4318-14.4290
CIE-Lab75.6461-32.0123-18.8634

#3cccdc color RGB value is (60,204,220).

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

The process color (four color CMYK) of #3cccdc color hex is 0.73, 0.07, 0.00, 0.14. Web safe color of #3cccdc is #33cccc. Color #3cccdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001100 11011100
Octal 74 314 334
Decimal 60 204 220
Hex 3C CC DC

RGB Percentages of Color #3cccdc

%12.40
%42.15
%45.45

CMYK Percentages of Color #3cccdc

%73
%7
%0
%14

Triadic Colors of #3cccdc

#3cccdc #dc3ccc #ccdc3c

Analogous Colors of #3cccdc

#3cccdc #3c7cdc #3cdc9c

Monochromatic Colors of #3cccdc

#3cccdc

Complementary Color

#3cccdc #dc4c3c

#3cccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cccdc Color CSS Codes

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

#3cccdc Text Font Color

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

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


#3cccdc Background Color

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

This div background color is #3cccdc


#3cccdc Border Color

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

This div border color is #3cccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cccdc


Comments

No comments written yet.

Please login to write comment.