Color Hex Logo

#3caa68 Color Hex

#3CAA68
(60,170,104)
0 Favorites   0 Comments

Color spaces of #3caa68

RGB 60170104
HSL0.400.480.45
HSV144°65°67°
CMYK 0.650.000.39   0.33
XYZ18.736930.709618.0367
Yxy30.70960.27770.4551
Hunter Lab55.4162-36.625419.4939
CIE-Lab62.2617-46.337125.0935

#3caa68 color RGB value is (60,170,104).

#3caa68 hex color red value is 60, green value is 170 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #3caa68 hue: 0.40 , saturation: 0.48 and the lightness value of 3caa68 is 0.45.

The process color (four color CMYK) of #3caa68 color hex is 0.65, 0.00, 0.39, 0.33. Web safe color of #3caa68 is #339966. Color #3caa68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101010 01101000
Octal 74 252 150
Decimal 60 170 104
Hex 3C AA 68

RGB Percentages of Color #3caa68

%17.96
%50.90
%31.14

CMYK Percentages of Color #3caa68

%65
%0
%39
%33

Triadic Colors of #3caa68

#3caa68 #683caa #aa683c

Analogous Colors of #3caa68

#3caa68 #3caa9f #47aa3c

Monochromatic Colors of #3caa68

#3caa68

Complementary Color

#3caa68 #aa3c7e

#3caa68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3caa68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3caa68 Color CSS Codes

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

#3caa68 Text Font Color

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

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


#3caa68 Background Color

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

This div background color is #3caa68


#3caa68 Border Color

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

This div border color is #3caa68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3caa68


Comments

No comments written yet.

Please login to write comment.