Color Hex Logo

#3cdabe Color Hex

#3CDABE
(60,218,190)
0 Favorites   0 Comments

Color spaces of #3cdabe

RGB 60218190
HSL0.470.680.55
HSV169°72°85°
CMYK 0.720.000.13   0.15
XYZ36.229154.821257.3873
Yxy54.82120.24410.3693
Hunter Lab74.0413-42.23075.8750
CIE-Lab78.9382-46.68702.1334

#3cdabe color RGB value is (60,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11011010 10111110
Octal 74 332 276
Decimal 60 218 190
Hex 3C DA BE

RGB Percentages of Color #3cdabe

%12.82
%46.58
%40.60

CMYK Percentages of Color #3cdabe

%72
%0
%13
%15

Triadic Colors of #3cdabe

#3cdabe #be3cda #dabe3c

Analogous Colors of #3cdabe

#3cdabe #3ca7da #3cda6f

Monochromatic Colors of #3cdabe

#3cdabe

Complementary Color

#3cdabe #da3c58

#3cdabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cdabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cdabe Color CSS Codes

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

#3cdabe Text Font Color

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

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


#3cdabe Background Color

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

This div background color is #3cdabe


#3cdabe Border Color

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

This div border color is #3cdabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cdabe


Comments

No comments written yet.

Please login to write comment.