Color Hex Logo

#3ca7ab Color Hex

#3CA7AB
(60,167,171)
0 Favorites   0 Comments

Color spaces of #3ca7ab

RGB 60167171
HSL0.510.480.45
HSV182°65°67°
CMYK 0.650.020.00   0.33
XYZ23.032931.538443.4016
Yxy31.53840.23510.3219
Hunter Lab56.1591-25.0689-6.5100
CIE-Lab62.9595-28.6165-11.0530

#3ca7ab color RGB value is (60,167,171).

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

The process color (four color CMYK) of #3ca7ab color hex is 0.65, 0.02, 0.00, 0.33. Web safe color of #3ca7ab is #339999. Color #3ca7ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10100111 10101011
Octal 74 247 253
Decimal 60 167 171
Hex 3C A7 AB

RGB Percentages of Color #3ca7ab

%15.08
%41.96
%42.96

CMYK Percentages of Color #3ca7ab

%65
%2
%0
%33

Triadic Colors of #3ca7ab

#3ca7ab #ab3ca7 #a7ab3c

Analogous Colors of #3ca7ab

#3ca7ab #3c70ab #3cab78

Monochromatic Colors of #3ca7ab

#3ca7ab

Complementary Color

#3ca7ab #ab403c

#3ca7ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ca7ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ca7ab Color CSS Codes

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

#3ca7ab Text Font Color

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

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


#3ca7ab Background Color

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

This div background color is #3ca7ab


#3ca7ab Border Color

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

This div border color is #3ca7ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ca7ab


Comments

No comments written yet.

Please login to write comment.