Color Hex Logo

#3ca793 Color Hex

#3CA793
(60,167,147)
0 Favorites   0 Comments

Color spaces of #3ca793

RGB 60167147
HSL0.470.470.45
HSV169°64°65°
CMYK 0.640.000.12   0.35
XYZ20.948730.704732.4262
Yxy30.70470.24920.3652
Hunter Lab55.4118-29.48794.0926
CIE-Lab62.2576-35.29201.3672

#3ca793 color RGB value is (60,167,147).

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

The process color (four color CMYK) of #3ca793 color hex is 0.64, 0.00, 0.12, 0.35. Web safe color of #3ca793 is #339999. Color #3ca793 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10100111 10010011
Octal 74 247 223
Decimal 60 167 147
Hex 3C A7 93

RGB Percentages of Color #3ca793

%16.04
%44.65
%39.30

CMYK Percentages of Color #3ca793

%64
%0
%12
%35

Triadic Colors of #3ca793

#3ca793 #933ca7 #a7933c

Analogous Colors of #3ca793

#3ca793 #3c86a7 #3ca75e

Monochromatic Colors of #3ca793

#3ca793

Complementary Color

#3ca793 #a73c50

#3ca793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ca793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ca793 Color CSS Codes

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

#3ca793 Text Font Color

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

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


#3ca793 Background Color

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

This div background color is #3ca793


#3ca793 Border Color

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

This div border color is #3ca793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ca793


Comments

No comments written yet.

Please login to write comment.