Color Hex Logo

#3c8daf Color Hex

#3C8DAF
(60,141,175)
0 Favorites   0 Comments

Color spaces of #3c8daf

RGB 60141175
HSL0.550.490.46
HSV198°66°69°
CMYK 0.660.190.00   0.31
XYZ19.126223.105644.0092
Yxy23.10560.22180.2679
Hunter Lab48.0683-13.0950-20.6355
CIE-Lab55.1809-13.8150-25.1480

#3c8daf color RGB value is (60,141,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10001101 10101111
Octal 74 215 257
Decimal 60 141 175
Hex 3C 8D AF

RGB Percentages of Color #3c8daf

%15.96
%37.50
%46.54

CMYK Percentages of Color #3c8daf

%66
%19
%0
%31

Triadic Colors of #3c8daf

#3c8daf #af3c8d #8daf3c

Analogous Colors of #3c8daf

#3c8daf #3c54af #3caf98

Monochromatic Colors of #3c8daf

#3c8daf

Complementary Color

#3c8daf #af5e3c

#3c8daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c8daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c8daf Color CSS Codes

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

#3c8daf Text Font Color

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

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


#3c8daf Background Color

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

This div background color is #3c8daf


#3c8daf Border Color

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

This div border color is #3c8daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c8daf


Comments

No comments written yet.

Please login to write comment.