Color Hex Logo

#3ca98a Color Hex

#3CA98A
(60,169,138)
0 Favorites   0 Comments

Color spaces of #3ca98a

RGB 60169138
HSL0.450.480.45
HSV163°64°66°
CMYK 0.640.000.18   0.34
XYZ20.638931.171628.9737
Yxy31.17160.25550.3859
Hunter Lab55.8315-31.72028.3136
CIE-Lab62.6522-38.48956.9667

#3ca98a color RGB value is (60,169,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101001 10001010
Octal 74 251 212
Decimal 60 169 138
Hex 3C A9 8A

RGB Percentages of Color #3ca98a

%16.35
%46.05
%37.60

CMYK Percentages of Color #3ca98a

%64
%0
%18
%34

Triadic Colors of #3ca98a

#3ca98a #8a3ca9 #a98a3c

Analogous Colors of #3ca98a

#3ca98a #3c92a9 #3ca954

Monochromatic Colors of #3ca98a

#3ca98a

Complementary Color

#3ca98a #a93c5b

#3ca98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ca98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ca98a Color CSS Codes

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

#3ca98a Text Font Color

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

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


#3ca98a Background Color

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

This div background color is #3ca98a


#3ca98a Border Color

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

This div border color is #3ca98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ca98a


Comments

No comments written yet.

Please login to write comment.