Color Hex Logo

#3ccead Color Hex

#3CCEAD
(60,206,173)
0 Favorites   0 Comments

Color spaces of #3ccead

RGB 60206173
HSL0.460.600.52
HSV166°71°81°
CMYK 0.710.000.16   0.19
XYZ31.477648.120447.1643
Yxy48.12040.24830.3796
Hunter Lab69.3689-40.39738.2466
CIE-Lab74.9008-45.88165.3992

#3ccead color RGB value is (60,206,173).

#3ccead hex color red value is 60, green value is 206 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3ccead hue: 0.46 , saturation: 0.60 and the lightness value of 3ccead is 0.52.

The process color (four color CMYK) of #3ccead color hex is 0.71, 0.00, 0.16, 0.19. Web safe color of #3ccead is #33cc99. Color #3ccead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001110 10101101
Octal 74 316 255
Decimal 60 206 173
Hex 3C CE AD

RGB Percentages of Color #3ccead

%13.67
%46.92
%39.41

CMYK Percentages of Color #3ccead

%71
%0
%16
%19

Triadic Colors of #3ccead

#3ccead #ad3cce #cead3c

Analogous Colors of #3ccead

#3ccead #3ca6ce #3cce64

Monochromatic Colors of #3ccead

#3ccead

Complementary Color

#3ccead #ce3c5d

#3ccead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ccead Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ccead Color CSS Codes

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

#3ccead Text Font Color

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

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


#3ccead Background Color

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

This div background color is #3ccead


#3ccead Border Color

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

This div border color is #3ccead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ccead

#3ccead Color Palettes


Comments

No comments written yet.

Please login to write comment.