Color Hex Logo

#3ca488 Color Hex

#3CA488
(60,164,136)
0 Favorites   0 Comments

Color spaces of #3ca488

RGB 60164136
HSL0.460.460.44
HSV164°63°64°
CMYK 0.630.000.17   0.36
XYZ19.582929.289227.9138
Yxy29.28920.25500.3814
Hunter Lab54.1195-30.11977.3030
CIE-Lab61.0360-36.73865.7683

#3ca488 color RGB value is (60,164,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10100100 10001000
Octal 74 244 210
Decimal 60 164 136
Hex 3C A4 88

RGB Percentages of Color #3ca488

%16.67
%45.56
%37.78

CMYK Percentages of Color #3ca488

%63
%0
%17
%36

Triadic Colors of #3ca488

#3ca488 #883ca4 #a4883c

Analogous Colors of #3ca488

#3ca488 #3c8ca4 #3ca454

Monochromatic Colors of #3ca488

#3ca488

Complementary Color

#3ca488 #a43c58

#3ca488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ca488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ca488 Color CSS Codes

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

#3ca488 Text Font Color

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

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


#3ca488 Background Color

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

This div background color is #3ca488


#3ca488 Border Color

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

This div border color is #3ca488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ca488


Comments

No comments written yet.

Please login to write comment.