Color Hex Logo

#3ca667 Color Hex

#3CA667
(60,166,103)
0 Favorites   0 Comments

Color spaces of #3ca667

RGB 60166103
HSL0.400.470.44
HSV144°64°65°
CMYK 0.640.000.38   0.35
XYZ17.947929.212417.5246
Yxy29.21240.27750.4516
Hunter Lab54.0485-35.310318.6099
CIE-Lab60.9686-44.906823.9136

#3ca667 color RGB value is (60,166,103).

#3ca667 hex color red value is 60, green value is 166 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #3ca667 hue: 0.40 , saturation: 0.47 and the lightness value of 3ca667 is 0.44.

The process color (four color CMYK) of #3ca667 color hex is 0.64, 0.00, 0.38, 0.35. Web safe color of #3ca667 is #339966. Color #3ca667 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10100110 01100111
Octal 74 246 147
Decimal 60 166 103
Hex 3C A6 67

RGB Percentages of Color #3ca667

%18.24
%50.46
%31.31

CMYK Percentages of Color #3ca667

%64
%0
%38
%35

Triadic Colors of #3ca667

#3ca667 #673ca6 #a6673c

Analogous Colors of #3ca667

#3ca667 #3ca69c #46a63c

Monochromatic Colors of #3ca667

#3ca667

Complementary Color

#3ca667 #a63c7b

#3ca667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ca667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ca667 Color CSS Codes

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

#3ca667 Text Font Color

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

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


#3ca667 Background Color

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

This div background color is #3ca667


#3ca667 Border Color

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

This div border color is #3ca667


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ca667


Comments

No comments written yet.

Please login to write comment.