Color Hex Logo

#3cafab Color Hex

#3CAFAB
(60,175,171)
0 Favorites   0 Comments

Color spaces of #3cafab

RGB 60175171
HSL0.490.490.46
HSV178°66°69°
CMYK 0.660.000.02   0.31
XYZ24.544134.560943.9054
Yxy34.56090.23830.3355
Hunter Lab58.7885-28.3565-3.1280
CIE-Lab65.4054-32.4853-7.4033

#3cafab color RGB value is (60,175,171).

#3cafab hex color red value is 60, green value is 175 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3cafab hue: 0.49 , saturation: 0.49 and the lightness value of 3cafab is 0.46.

The process color (four color CMYK) of #3cafab color hex is 0.66, 0.00, 0.02, 0.31. Web safe color of #3cafab is #339999. Color #3cafab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101111 10101011
Octal 74 257 253
Decimal 60 175 171
Hex 3C AF AB

RGB Percentages of Color #3cafab

%14.78
%43.10
%42.12

CMYK Percentages of Color #3cafab

%66
%0
%2
%31

Triadic Colors of #3cafab

#3cafab #ab3caf #afab3c

Analogous Colors of #3cafab

#3cafab #3c7aaf #3caf72

Monochromatic Colors of #3cafab

#3cafab

Complementary Color

#3cafab #af3c40

#3cafab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cafab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cafab Color CSS Codes

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

#3cafab Text Font Color

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

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


#3cafab Background Color

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

This div background color is #3cafab


#3cafab Border Color

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

This div border color is #3cafab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,175,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 #3cafab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cafab


Comments

No comments written yet.

Please login to write comment.