Color Hex Logo

#3cbca0 Color Hex

#3CBCA0
(60,188,160)
0 Favorites   0 Comments

Color spaces of #3cbca0

RGB 60188160
HSL0.460.520.49
HSV167°68°74°
CMYK 0.680.000.15   0.26
XYZ26.191939.465239.4948
Yxy39.46520.24910.3753
Hunter Lab62.8213-35.51596.7002
CIE-Lab69.0869-41.38244.0675

#3cbca0 color RGB value is (60,188,160).

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

The process color (four color CMYK) of #3cbca0 color hex is 0.68, 0.00, 0.15, 0.26. Web safe color of #3cbca0 is #33cc99. Color #3cbca0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111100 10100000
Octal 74 274 240
Decimal 60 188 160
Hex 3C BC A0

RGB Percentages of Color #3cbca0

%14.71
%46.08
%39.22

CMYK Percentages of Color #3cbca0

%68
%0
%15
%26

Triadic Colors of #3cbca0

#3cbca0 #a03cbc #bca03c

Analogous Colors of #3cbca0

#3cbca0 #3c98bc #3cbc60

Monochromatic Colors of #3cbca0

#3cbca0

Complementary Color

#3cbca0 #bc3c58

#3cbca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbca0 Color CSS Codes

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

#3cbca0 Text Font Color

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

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


#3cbca0 Background Color

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

This div background color is #3cbca0


#3cbca0 Border Color

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

This div border color is #3cbca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbca0


Comments

No comments written yet.

Please login to write comment.