Color Hex Logo

#3ca886 Color Hex

#3CA886
(60,168,134)
0 Favorites   0 Comments

Color spaces of #3ca886

RGB 60168134
HSL0.450.470.45
HSV161°64°66°
CMYK 0.640.000.20   0.34
XYZ20.169230.687227.4144
Yxy30.68720.25770.3921
Hunter Lab55.3960-31.95289.4358
CIE-Lab62.2427-39.02158.6110

#3ca886 color RGB value is (60,168,134).

#3ca886 hex color red value is 60, green value is 168 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #3ca886 hue: 0.45 , saturation: 0.47 and the lightness value of 3ca886 is 0.45.

The process color (four color CMYK) of #3ca886 color hex is 0.64, 0.00, 0.20, 0.34. Web safe color of #3ca886 is #339999. Color #3ca886 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101000 10000110
Octal 74 250 206
Decimal 60 168 134
Hex 3C A8 86

RGB Percentages of Color #3ca886

%16.57
%46.41
%37.02

CMYK Percentages of Color #3ca886

%64
%0
%20
%34

Triadic Colors of #3ca886

#3ca886 #863ca8 #a8863c

Analogous Colors of #3ca886

#3ca886 #3c94a8 #3ca850

Monochromatic Colors of #3ca886

#3ca886

Complementary Color

#3ca886 #a83c5e

#3ca886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ca886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ca886 Color CSS Codes

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

#3ca886 Text Font Color

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

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


#3ca886 Background Color

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

This div background color is #3ca886


#3ca886 Border Color

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

This div border color is #3ca886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ca886


Comments

No comments written yet.

Please login to write comment.