Color Hex Logo

#3cccdf Color Hex

#3CCCDF
(60,204,223)
0 Favorites   0 Comments

Color spaces of #3cccdf

RGB 60204223
HSL0.520.720.55
HSV187°73°87°
CMYK 0.730.090.00   0.13
XYZ36.775649.474177.4232
Yxy49.47410.22470.3023
Hunter Lab70.3378-29.7638-16.0260
CIE-Lab75.7453-31.1110-20.3302

#3cccdf color RGB value is (60,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001100 11011111
Octal 74 314 337
Decimal 60 204 223
Hex 3C CC DF

RGB Percentages of Color #3cccdf

%12.32
%41.89
%45.79

CMYK Percentages of Color #3cccdf

%73
%9
%0
%13

Triadic Colors of #3cccdf

#3cccdf #df3ccc #ccdf3c

Analogous Colors of #3cccdf

#3cccdf #3c7bdf #3cdfa1

Monochromatic Colors of #3cccdf

#3cccdf

Complementary Color

#3cccdf #df4f3c

#3cccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cccdf Color CSS Codes

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

#3cccdf Text Font Color

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

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


#3cccdf Background Color

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

This div background color is #3cccdf


#3cccdf Border Color

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

This div border color is #3cccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cccdf


Comments

No comments written yet.

Please login to write comment.