Color Hex Logo

#3cabaf Color Hex

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

Color spaces of #3cabaf

RGB 60171175
HSL0.510.490.46
HSV182°66°69°
CMYK 0.660.020.00   0.31
XYZ24.164333.181645.6885
Yxy33.18160.23450.3220
Hunter Lab57.6035-25.9264-6.7037
CIE-Lab64.3077-29.4048-11.2697

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

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

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

Base Numbers

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

RGB Percentages of Color #3cabaf

%14.78
%42.12
%43.10

CMYK Percentages of Color #3cabaf

%66
%2
%0
%31

Triadic Colors of #3cabaf

#3cabaf #af3cab #abaf3c

Analogous Colors of #3cabaf

#3cabaf #3c72af #3caf7a

Monochromatic Colors of #3cabaf

#3cabaf

Complementary Color

#3cabaf #af403c

#3cabaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cabaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cabaf Color CSS Codes

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

#3cabaf Text Font Color

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

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


#3cabaf Background Color

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

This div background color is #3cabaf


#3cabaf Border Color

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

This div border color is #3cabaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cabaf


Comments

No comments written yet.

Please login to write comment.