Color Hex Logo

#4cb0cc Color Hex

#4CB0CC
(76,176,204)
0 Favorites   0 Comments

Color spaces of #4cb0cc

RGB 76176204
HSL0.540.560.55
HSV193°63°80°
CMYK 0.630.140.00   0.20
XYZ29.404936.946862.7084
Yxy36.94680.22780.2863
Hunter Lab60.7839-20.0204-18.6185
CIE-Lab67.2371-20.6142-22.8872

#4cb0cc color RGB value is (76,176,204).

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

The process color (four color CMYK) of #4cb0cc color hex is 0.63, 0.14, 0.00, 0.20. Web safe color of #4cb0cc is #3399cc. Color #4cb0cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10110000 11001100
Octal 114 260 314
Decimal 76 176 204
Hex 4C B0 CC

RGB Percentages of Color #4cb0cc

%16.67
%38.60
%44.74

CMYK Percentages of Color #4cb0cc

%63
%14
%0
%20

Triadic Colors of #4cb0cc

#4cb0cc #cc4cb0 #b0cc4c

Analogous Colors of #4cb0cc

#4cb0cc #4c70cc #4ccca8

Monochromatic Colors of #4cb0cc

#4cb0cc

Complementary Color

#4cb0cc #cc684c

#4cb0cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cb0cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cb0cc Color CSS Codes

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

#4cb0cc Text Font Color

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

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


#4cb0cc Background Color

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

This div background color is #4cb0cc


#4cb0cc Border Color

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

This div border color is #4cb0cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cb0cc

#4cb0cc Color Palettes


Comments

No comments written yet.

Please login to write comment.