Color Hex Logo

#3caccc Color Hex

#3CACCC
(60,172,204)
0 Favorites   0 Comments

Color spaces of #3caccc

RGB 60172204
HSL0.540.590.52
HSV193°71°80°
CMYK 0.710.160.00   0.20
XYZ27.515134.825362.3985
Yxy34.82530.22060.2792
Hunter Lab59.0130-20.0461-21.3824
CIE-Lab65.6124-21.0167-25.4138

#3caccc color RGB value is (60,172,204).

#3caccc hex color red value is 60, green value is 172 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3caccc hue: 0.54 , saturation: 0.59 and the lightness value of 3caccc is 0.52.

The process color (four color CMYK) of #3caccc color hex is 0.71, 0.16, 0.00, 0.20. Web safe color of #3caccc is #3399cc. Color #3caccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101100 11001100
Octal 74 254 314
Decimal 60 172 204
Hex 3C AC CC

RGB Percentages of Color #3caccc

%13.76
%39.45
%46.79

CMYK Percentages of Color #3caccc

%71
%16
%0
%20

Triadic Colors of #3caccc

#3caccc #cc3cac #accc3c

Analogous Colors of #3caccc

#3caccc #3c64cc #3ccca4

Monochromatic Colors of #3caccc

#3caccc

Complementary Color

#3caccc #cc5c3c

#3caccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3caccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3caccc Color CSS Codes

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

#3caccc Text Font Color

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

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


#3caccc Background Color

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

This div background color is #3caccc


#3caccc Border Color

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

This div border color is #3caccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3caccc


Comments

No comments written yet.

Please login to write comment.