color codes Logo

#4cc1cc color codes

#4CC1CC
(76,193,204)
0 Favorites   0 Comments

Color spaces of #4cc1cc

RGB 76193204
HSL0.510.560.55
HSV185°63°80°
CMYK 0.630.050.00   0.20
XYZ32.949544.036163.8899
Yxy44.03610.23390.3126
Hunter Lab66.3597-27.4991-10.6315
CIE-Lab72.2526-29.1569-15.2783

#4cc1cc color RGB value is (76,193,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11000001 11001100
Octal 114 301 314
Decimal 76 193 204
Hex 4C C1 CC

RGB Percentages of Color #4cc1cc

%16.07
%40.80
%43.13

CMYK Percentages of Color #4cc1cc

%63
%5
%0
%20

Triadic Colors of #4cc1cc

#4cc1cc #cc4cc1 #c1cc4c

Analogous Colors of #4cc1cc

#4cc1cc #4c81cc #4ccc97

Monochromatic Colors of #4cc1cc

#4cc1cc

Complementary Color

#4cc1cc #cc574c

#4cc1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cc1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cc1cc Color CSS Codes

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

#4cc1cc Text Font Color

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

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


#4cc1cc Background Color

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

This div background color is #4cc1cc


#4cc1cc Border Color

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

This div border color is #4cc1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cc1cc


Comments

No comments written yet.

Please login to write comment.