Color Hex Logo

#3cd5be Color Hex

#3CD5BE
(60,213,190)
0 Favorites   0 Comments

Color spaces of #3cd5be

RGB 60213190
HSL0.470.650.54
HSV171°72°84°
CMYK 0.720.000.11   0.16
XYZ34.952052.266956.9616
Yxy52.26690.24240.3625
Hunter Lab72.2959-40.22053.8928
CIE-Lab77.4402-44.5409-0.0489

#3cd5be color RGB value is (60,213,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11010101 10111110
Octal 74 325 276
Decimal 60 213 190
Hex 3C D5 BE

RGB Percentages of Color #3cd5be

%12.96
%46.00
%41.04

CMYK Percentages of Color #3cd5be

%72
%0
%11
%16

Triadic Colors of #3cd5be

#3cd5be #be3cd5 #d5be3c

Analogous Colors of #3cd5be

#3cd5be #3ca0d5 #3cd572

Monochromatic Colors of #3cd5be

#3cd5be

Complementary Color

#3cd5be #d53c53

#3cd5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cd5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cd5be Color CSS Codes

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

#3cd5be Text Font Color

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

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


#3cd5be Background Color

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

This div background color is #3cd5be


#3cd5be Border Color

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

This div border color is #3cd5be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cd5be


Comments

No comments written yet.

Please login to write comment.