Color Hex Logo

#3ca394 Color Hex

#3CA394
(60,163,148)
0 Favorites   0 Comments

Color spaces of #3ca394

RGB 60163148
HSL0.480.460.44
HSV171°63°64°
CMYK 0.630.000.09   0.36
XYZ20.306029.293232.6009
Yxy29.29320.24700.3564
Hunter Lab54.1232-27.74582.1731
CIE-Lab61.0395-33.1627-0.9723

#3ca394 color RGB value is (60,163,148).

#3ca394 hex color red value is 60, green value is 163 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #3ca394 hue: 0.48 , saturation: 0.46 and the lightness value of 3ca394 is 0.44.

The process color (four color CMYK) of #3ca394 color hex is 0.63, 0.00, 0.09, 0.36. Web safe color of #3ca394 is #339999. Color #3ca394 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10100011 10010100
Octal 74 243 224
Decimal 60 163 148
Hex 3C A3 94

RGB Percentages of Color #3ca394

%16.17
%43.94
%39.89

CMYK Percentages of Color #3ca394

%63
%0
%9
%36

Triadic Colors of #3ca394

#3ca394 #943ca3 #a3943c

Analogous Colors of #3ca394

#3ca394 #3c7fa3 #3ca361

Monochromatic Colors of #3ca394

#3ca394

Complementary Color

#3ca394 #a33c4b

#3ca394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ca394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ca394 Color CSS Codes

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

#3ca394 Text Font Color

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

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


#3ca394 Background Color

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

This div background color is #3ca394


#3ca394 Border Color

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

This div border color is #3ca394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ca394


Comments

No comments written yet.

Please login to write comment.