Color Hex Logo

#4cbacc Color Hex

#4CBACC
(76,186,204)
0 Favorites   0 Comments

Color spaces of #4cbacc

RGB 76186204
HSL0.520.560.55
HSV188°63°80°
CMYK 0.630.090.00   0.20
XYZ31.438541.013963.3862
Yxy41.01390.23140.3019
Hunter Lab64.0421-24.4474-13.8533
CIE-Lab70.1857-25.7009-18.4009

#4cbacc color RGB value is (76,186,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111010 11001100
Octal 114 272 314
Decimal 76 186 204
Hex 4C BA CC

RGB Percentages of Color #4cbacc

%16.31
%39.91
%43.78

CMYK Percentages of Color #4cbacc

%63
%9
%0
%20

Triadic Colors of #4cbacc

#4cbacc #cc4cba #bacc4c

Analogous Colors of #4cbacc

#4cbacc #4c7acc #4ccc9e

Monochromatic Colors of #4cbacc

#4cbacc

Complementary Color

#4cbacc #cc5e4c

#4cbacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbacc Color CSS Codes

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

#4cbacc Text Font Color

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

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


#4cbacc Background Color

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

This div background color is #4cbacc


#4cbacc Border Color

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

This div border color is #4cbacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbacc


Comments

No comments written yet.

Please login to write comment.