Color Hex Logo

#3cced6 Color Hex

#3CCED6
(60,206,214)
0 Favorites   0 Comments

Color spaces of #3cced6

RGB 60206214
HSL0.510.650.54
HSV183°72°84°
CMYK 0.720.040.00   0.16
XYZ36.072449.958371.3600
Yxy49.95830.22920.3174
Hunter Lab70.6812-32.5940-10.3826
CIE-Lab76.0437-34.7341-15.0287

#3cced6 color RGB value is (60,206,214).

#3cced6 hex color red value is 60, green value is 206 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #3cced6 hue: 0.51 , saturation: 0.65 and the lightness value of 3cced6 is 0.54.

The process color (four color CMYK) of #3cced6 color hex is 0.72, 0.04, 0.00, 0.16. Web safe color of #3cced6 is #33cccc. Color #3cced6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001110 11010110
Octal 74 316 326
Decimal 60 206 214
Hex 3C CE D6

RGB Percentages of Color #3cced6

%12.50
%42.92
%44.58

CMYK Percentages of Color #3cced6

%72
%4
%0
%16

Triadic Colors of #3cced6

#3cced6 #d63cce #ced63c

Analogous Colors of #3cced6

#3cced6 #3c81d6 #3cd691

Monochromatic Colors of #3cced6

#3cced6

Complementary Color

#3cced6 #d6443c

#3cced6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cced6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cced6 Color CSS Codes

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

#3cced6 Text Font Color

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

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


#3cced6 Background Color

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

This div background color is #3cced6


#3cced6 Border Color

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

This div border color is #3cced6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cced6


Comments

No comments written yet.

Please login to write comment.