Color Hex Logo

#3cbacc Color Hex

#3CBACC
(60,186,204)
0 Favorites   0 Comments

Color spaces of #3cbacc

RGB 60186204
HSL0.520.590.52
HSV188°71°80°
CMYK 0.710.090.00   0.20
XYZ30.321540.438163.3340
Yxy40.43810.22610.3016
Hunter Lab63.5910-26.1716-14.5367
CIE-Lab69.7804-28.0990-19.0537

#3cbacc color RGB value is (60,186,204).

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

The process color (four color CMYK) of #3cbacc color hex is 0.71, 0.09, 0.00, 0.20. Web safe color of #3cbacc is #33cccc. Color #3cbacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111010 11001100
Octal 74 272 314
Decimal 60 186 204
Hex 3C BA CC

RGB Percentages of Color #3cbacc

%13.33
%41.33
%45.33

CMYK Percentages of Color #3cbacc

%71
%9
%0
%20

Triadic Colors of #3cbacc

#3cbacc #cc3cba #bacc3c

Analogous Colors of #3cbacc

#3cbacc #3c72cc #3ccc96

Monochromatic Colors of #3cbacc

#3cbacc

Complementary Color

#3cbacc #cc4e3c

#3cbacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbacc Color CSS Codes

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

#3cbacc Text Font Color

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

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


#3cbacc Background Color

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

This div background color is #3cbacc


#3cbacc Border Color

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

This div border color is #3cbacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbacc

#3cbacc Color Palettes


Comments

No comments written yet.

Please login to write comment.