Color Hex Logo

#3cdace Color Hex

#3CDACE
(60,218,206)
0 Favorites   0 Comments

Color spaces of #3cdace

RGB 60218206
HSL0.490.680.55
HSV175°72°85°
CMYK 0.720.000.06   0.15
XYZ38.075555.559767.1098
Yxy55.55970.23690.3456
Hunter Lab74.5384-39.2613-1.2042
CIE-Lab79.3626-42.4594-5.7866

#3cdace color RGB value is (60,218,206).

#3cdace hex color red value is 60, green value is 218 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #3cdace hue: 0.49 , saturation: 0.68 and the lightness value of 3cdace is 0.55.

The process color (four color CMYK) of #3cdace color hex is 0.72, 0.00, 0.06, 0.15. Web safe color of #3cdace is #33cccc. Color #3cdace contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11011010 11001110
Octal 74 332 316
Decimal 60 218 206
Hex 3C DA CE

RGB Percentages of Color #3cdace

%12.40
%45.04
%42.56

CMYK Percentages of Color #3cdace

%72
%0
%6
%15

Triadic Colors of #3cdace

#3cdace #ce3cda #dace3c

Analogous Colors of #3cdace

#3cdace #3c97da #3cda7f

Monochromatic Colors of #3cdace

#3cdace

Complementary Color

#3cdace #da3c48

#3cdace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cdace Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cdace Color CSS Codes

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

#3cdace Text Font Color

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

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


#3cdace Background Color

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

This div background color is #3cdace


#3cdace Border Color

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

This div border color is #3cdace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cdace


Comments

No comments written yet.

Please login to write comment.